acrn-hypervisor/arch/x86
Mingqiang Chi 67871c42ea 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-03-20 14:19:41 +08:00
..
guest align the coding style when access VMEXIT_QUAL 2018-03-19 16:36:22 +08:00
assign.c minor fix on get_ptdev_info 2018-03-16 21:52:34 +08:00
cpu_primary.S initial import 2018-03-07 21:05:38 +08:00
cpu_secondary.S initial import 2018-03-07 21:05:38 +08:00
cpu.c Call monitor_cap_detect in bsp_boot_init 2018-03-15 16:28:02 +08:00
cpuid.c initial import 2018-03-07 21:05:38 +08:00
ept.c align the coding style when access VMEXIT_QUAL 2018-03-19 16:36:22 +08:00
gdt.c initial import 2018-03-07 21:05:38 +08:00
idt.S initial import 2018-03-07 21:05:38 +08:00
interrupt.c apicv: cancel event injection if vcpu is scheduled out 2018-03-15 16:24:13 +08:00
intr_lapic.c initial import 2018-03-07 21:05:38 +08:00
intr_main.c initial import 2018-03-07 21:05:38 +08:00
io.c initial import 2018-03-07 21:05:38 +08:00
ioapic.c initial import 2018-03-07 21:05:38 +08:00
irq.c initial import 2018-03-07 21:05:38 +08:00
mmu.c Add page mask MACRO 2018-03-20 14:19:41 +08:00
notify.c initial import 2018-03-07 21:05:38 +08:00
retpoline-thunk.S retpoline: add indirect thunk support 2018-03-15 16:25:53 +08:00
softirq.c initial import 2018-03-07 21:05:38 +08:00
timer.c initial import 2018-03-07 21:05:38 +08:00
trusty.c add create secure world ept API 2018-03-16 21:52:15 +08:00
vmexit.c align the coding style when access VMEXIT_QUAL 2018-03-19 16:36:22 +08:00
vmx_asm.S initial import 2018-03-07 21:05:38 +08:00
vmx.c Simple get_vmx_cap() 2018-03-15 16:33:08 +08:00
vtd.c initial import 2018-03-07 21:05:38 +08:00