mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: paging: rename ppt_set/clear_ATTR to set_paging_ATTR
Rename ppt_set/clear_(attribute) to set_paging_(attribute) Tracked-On: #5830 Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -153,8 +153,13 @@ void enable_smap(void);
|
||||
* @return None
|
||||
*/
|
||||
void init_paging(void);
|
||||
void ppt_clear_user_bit(uint64_t base, uint64_t size);
|
||||
void ppt_set_nx_bit(uint64_t base, uint64_t size, bool add);
|
||||
|
||||
/*
|
||||
* set paging attribute for primary page tables
|
||||
*/
|
||||
void set_paging_supervisor(uint64_t base, uint64_t size);
|
||||
void set_paging_x(uint64_t base, uint64_t size);
|
||||
void set_paging_nx(uint64_t base, uint64_t size);
|
||||
|
||||
/**
|
||||
* @brief Specified signle VPID flush
|
||||
|
Reference in New Issue
Block a user