acrn-hypervisor/hypervisor/arch/x86
Li, Fei1 2b24b3780f hv: mmu: add some API for guest page mode check
add is_long_mode to check whether the processor is operating in IA-32e mode
add is_paging_enabled to check whether paging is enabled
add is_pae to check whether physical address extension is enabled.

Tracked-On: #1379
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-10-10 09:35:29 +08:00
..
configs HV: config: add Kconfig and defconfigs for sbl & uefi 2018-06-08 17:21:13 +08:00
guest hv: mmu: add some API for guest page mode check 2018-10-10 09:35:29 +08:00
assign.c hv:Replace dynamic memory with static for vm 2018-10-09 13:24:21 +08:00
cpu_primary.S hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
cpu_save_boot_ctx.S hv: add struct acrn_vcpu_regs 2018-09-29 09:24:00 +08:00
cpu_state_tbl.c HV: Add const qualifiers where required 2018-08-17 10:02:12 +08:00
cpu.c hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
cpuid.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
ept.c hv: Remove const qualifier for struct vm 2018-10-09 13:24:04 +08:00
gdt.c HV: Removed the unused parameters and union from gdt 2018-08-27 09:40:25 +08:00
idt.S hv: Leave interrupts disabled during vmexit - ACRN partition mode 2018-08-31 08:48:47 +08:00
io.c hv: include: fix 'Unused procedure parameter' 2018-09-27 10:46:52 +08:00
ioapic.c ioapic: set default polarity setting as high active 2018-09-30 15:24:59 +08:00
irq.c hv: modify static irq mappings into array of structure 2018-09-29 15:54:22 +08:00
Kconfig hv:Replace dynamic memory with static for vm 2018-10-09 13:24:21 +08:00
lapic.c hv: fix 'Void procedure used in expression' 2018-09-28 13:59:19 +08:00
mmu.c hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
mtrr.c hv: fix 'Switch case not terminated with break' 2018-09-25 11:10:44 +08:00
notify.c hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
pagetable.c hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
pm.c hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
retpoline-thunk.S license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
static_checks.c hv: add struct acrn_vcpu_regs 2018-09-29 09:24:00 +08:00
timer.c hv: retain the timer irq 2018-09-28 16:39:36 +08:00
trampoline.S hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
trusty.c hv:Replace dynamic memory with static for vm 2018-10-09 13:24:21 +08:00
virq.c hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vmexit.c hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
vmx_asm.S fix spec_ctrl msr save/restore 2018-08-16 16:24:13 +08:00
vmx.c hv: mmu: add some API for guest page mode check 2018-10-10 09:35:29 +08:00
vtd.c hv: vtd: add config for bus limitation when init 2018-09-27 11:05:22 +08:00
wakeup.S hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00