Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h24 #if PTTYPE == 64
37 #elif PTTYPE == 32
51 #elif PTTYPE == PTTYPE_EPT
61 #error Invalid PTTYPE value
95 #if PTTYPE == 32
129 #if PTTYPE != PTTYPE_EPT in is_present_gpte()
138 #if PTTYPE != PTTYPE_EPT in is_bad_mt_xwr()
182 #if PTTYPE == PTTYPE_EPT in gpte_access()
224 #if PTTYPE == PTTYPE_EPT in update_accessed_dirty_bits()
262 #if PTTYPE == 64 in gpte_pkeys()
[all …]
H A Dmmu.c5270 #define PTTYPE PTTYPE_EPT macro
5272 #undef PTTYPE
5274 #define PTTYPE 64 macro
5276 #undef PTTYPE
5278 #define PTTYPE 32 macro
5280 #undef PTTYPE