acrn-hypervisor/hypervisor/arch/x86/guest
Li, Fei1 0391f84c83 hv: mmu: replace dynamic memory allocation in memory
Replace dynamic memory allocation in memory management with static memory allocation.
Since the static memory allocation can guarantee the allocation never failed, so
split_large_page and construct_pgentry don't need to return a errno any more.
Besides, the destroy_ept don't need to free page any more. Instead, it would memset
the eptp to 0 to make sure we can't walk this paging table again.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-11-02 13:15:48 +08:00
..
guest.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
instr_emul.c hv: fix integer violations 2018-10-31 15:01:57 +08:00
instr_emul.h HV:vcpu fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
mptable.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pm.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
ucode.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
vcpu.c HV: add size check for shell log buffer usage 2018-11-02 09:13:57 +08:00
vlapic_priv.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vlapic.c hv: fix integer violations 2018-10-31 15:01:57 +08:00
vm.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
vmcall.c hv: resolve the negative impacts to UOS MSI/MSI-X remapping 2018-11-01 21:22:10 +08:00
vmsr.c hv: x2apic support for acrn 2018-10-25 13:41:29 +08:00