Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A 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];
978 #undef PT_MAX_FULL_LEVELS global() macro
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h36 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL macro
39 #define PT_MAX_FULL_LEVELS 2 macro
50 #define PT_MAX_FULL_LEVELS 2 macro
70 #define PT_MAX_FULL_LEVELS PT64_ROOT_MAX_LEVEL macro
88 gfn_t table_gfn[PT_MAX_FULL_LEVELS];
89 pt_element_t ptes[PT_MAX_FULL_LEVELS];
91 gpa_t pte_gpa[PT_MAX_FULL_LEVELS];
92 pt_element_t __user *ptep_user[PT_MAX_FULL_LEVELS];
93 bool pte_writable[PT_MAX_FULL_LEVELS];
94 unsigned int pt_access[PT_MAX_FULL_LEVELS];
1101 #undef PT_MAX_FULL_LEVELS global() macro
[all...]

Completed in 3 milliseconds