mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
mmu: Rename several variables related to page table type
rename 'PT_HOST' to 'PTT_HOST' rename 'PT_EPT' to 'PTT_EPT' rename 'ept_type' to 'table_type' Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -259,8 +259,8 @@ struct entry_params {
|
||||
};
|
||||
|
||||
enum _page_table_type {
|
||||
PT_HOST = 0, /* Mapping for hypervisor */
|
||||
PT_EPT = 1,
|
||||
PTT_HOST = 0, /* Mapping for hypervisor */
|
||||
PTT_EPT = 1,
|
||||
PAGETABLE_TYPE_UNKNOWN,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user