acrn-hypervisor/hypervisor/common
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
..
hv_main.c HV: fix bug "vmexit" cmd cause HV console hung 2018-11-02 09:13:57 +08:00
hypercall.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
io_request.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
ptdev.c HV: fix bug by improving intr delay timer handling 2018-10-25 13:30:47 +08:00
schedule.c HV:vcpu fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
softirq.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vm_load.c hv: Prepare the gdt table for VM 2018-10-25 13:43:46 +08:00