mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: mmu: replace the old mmu_del
1. use ept_mr_del to delete EPT memory region. 2. remove unmap_mem 3. remove mem_map_request_type Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -324,8 +324,6 @@ void enable_smep(void);
|
||||
void init_paging(void);
|
||||
int map_mem(struct map_params *map_params, void *paddr, void *vaddr,
|
||||
uint64_t size, uint32_t flags);
|
||||
int unmap_mem(struct map_params *map_params, void *paddr, void *vaddr,
|
||||
uint64_t size, uint32_t flags);
|
||||
int mmu_modify_or_del(uint64_t *pml4_page,
|
||||
uint64_t vaddr_base, uint64_t size,
|
||||
uint64_t prot_set, uint64_t prot_clr,
|
||||
|
Reference in New Issue
Block a user