acrn-hypervisor/hypervisor/include/debug
Shuo A Liu e8ac97671f hv: use asm_pause() to replace inline ASM to satisfy MISRAC
pause_cpu() --> asm_pause()
hlt_cpu() --> asm_hlt()
inline ASM pause --> asm_pause()

Tracked-On: #1821
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-27 12:35:40 +08:00
..
console.h HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
dump.h hv: clean up function definitions in dump.h 2018-11-28 14:57:49 +08:00
logmsg.h hv: use asm_pause() to replace inline ASM to satisfy MISRAC 2018-12-27 12:35:40 +08:00
npk_log.h hv: clean up function definitions in npk_log.h 2018-11-28 14:57:49 +08:00
profiling_internal.h hv: use uint8_t replace "unsigned char" 2018-12-12 13:08:10 +08:00
profiling.h profiling: split profiling_vmexit_handler into two functions 2018-12-14 08:54:30 +08:00
sbuf.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trace.h hv: clean up function definitions in trace.h 2018-11-28 14:57:49 +08:00
vuart.h hv: clean up function definitions in vuart.h 2018-11-28 14:57:49 +08:00