mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
hv: Rename get_ept_entry() to get_eptp()
get_ept_entry() actually returns the EPTP of a VM. So rename it to get_eptp() for readability. Tracked-On: #5923 Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -140,7 +140,7 @@ void ept_flush_leaf_page(uint64_t *pge, uint64_t size);
|
||||
* @retval If the current context of vm is SECURE_WORLD, return EPT pointer of
|
||||
* secure world, otherwise return EPT pointer of normal world.
|
||||
*/
|
||||
void *get_ept_entry(struct acrn_vm *vm);
|
||||
void *get_eptp(struct acrn_vm *vm);
|
||||
|
||||
/**
|
||||
* @brief Walking through EPT table
|
||||
|
Reference in New Issue
Block a user