acrn-hypervisor/hypervisor/include
Mingqiang Chi 35f5eef658 Add page mask MACRO
Add 'CPU_PAGE_MASK' used for calculate address,
Change IA32E_REF_MASK from 0x7ffffffffffff000 to 0x000ffffffffff000
for MMU/EPT entry, bit62:52(ignore) bit63(VE/XD)
if we want to obtain the address from the MMU/EPT entry,need to clear
bit63:52 by IA32E_REF_MASK

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2018-05-15 17:19:37 +08:00
..
arch/x86 Add page mask MACRO 2018-05-15 17:19:37 +08:00
common doc: update param spelling from VM to vm 2018-05-11 14:44:28 +08:00
debug initial import 2018-05-11 14:44:28 +08:00
lib initial import 2018-05-11 14:44:28 +08:00
public add data structure in vm for enable trusty feature 2018-05-15 17:19:36 +08:00
hv_debug.h initial import 2018-05-11 14:44:28 +08:00
hv_lib.h initial import 2018-05-11 14:44:28 +08:00
hypervisor.h initial import 2018-05-11 14:44:28 +08:00