Home
last modified time | relevance | path

Searched refs:PT_MAX_FULL_LEVELS (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/x86/kvm/mmu/
Dpaging_tmpl.h33 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL macro
35 #define PT_MAX_FULL_LEVELS 2 macro
42 #define PT_MAX_FULL_LEVELS 2 macro
59 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL macro
83 gfn_t table_gfn[PT_MAX_FULL_LEVELS];
84 pt_element_t ptes[PT_MAX_FULL_LEVELS];
86 gpa_t pte_gpa[PT_MAX_FULL_LEVELS];
87 pt_element_t __user *ptep_user[PT_MAX_FULL_LEVELS];
88 bool pte_writable[PT_MAX_FULL_LEVELS];
89 unsigned int pt_access[PT_MAX_FULL_LEVELS];
[all …]