Files
acrn-hypervisor/hypervisor/include/arch/x86
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
..
2018-10-17 14:30:52 +08:00
2018-11-01 11:21:15 +08:00
2018-09-18 09:43:43 +08:00
2018-10-18 09:26:59 +08:00
2018-08-23 11:09:25 +08:00
2018-10-25 13:41:29 +08:00
2018-10-17 14:30:52 +08:00
2018-10-10 13:02:00 +08:00
2018-10-10 13:02:00 +08:00