acrn-hypervisor/hypervisor/debug
Shiqing Gao 2f15d3569c hv: replace CPU_PAGE_SIZE with PAGE_SIZE
replace CPU_PAGE_SIZE with PAGE_SIZE
These two MACROs are duplicated and PAGE_SIZE is a more reasonable name.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-03 15:14:57 +08:00
..
console.c hv: clean up function definitions in console.h 2018-11-28 14:57:49 +08:00
dump.c hv: clean up function definitions in dump.h 2018-11-28 14:57:49 +08:00
hypercall.c hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
logmsg.c debug: rename struct logmsg to struct acrn_logmsg_ctl 2018-11-27 09:32:27 +08:00
Makefile hv: enhance Makefile to compile debug/release into 2 libraries 2018-11-23 08:47:34 +08:00
npk_log.c hv: clean up function definitions in npk_log.h 2018-11-28 14:57:49 +08:00
printf.c
profiling.c hv: debug: fix "Procedure has more than one exit point" 2018-12-03 11:10:04 +08:00
sbuf.c
shell_priv.h hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
shell.c hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
trace.c hv: clean up function definitions in trace.h 2018-11-28 14:57:49 +08:00
uart16550.c HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
uart16550.h
vuart.c