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

/linux-4.4.14/arch/x86/kvm/
H A Dpaging_tmpl.h33 #if PTTYPE == 64
53 #elif PTTYPE == 32
68 #elif PTTYPE == PTTYPE_EPT
84 #error Invalid PTTYPE value
133 #if PTTYPE != PTTYPE_EPT is_present_gpte()
187 #if PTTYPE == PTTYPE_EPT gpte_access()
283 #if PTTYPE == 64 walk_addr_generic()
367 if (PTTYPE == 32 && walker->level == PT_DIRECTORY_LEVEL && is_cpuid_PSE36()) walk_addr_generic()
411 #if PTTYPE == PTTYPE_EPT walk_addr_generic()
443 #if PTTYPE != PTTYPE_EPT walk_addr_nested()
813 if (PTTYPE == 32) get_level1_sp_gpa()
892 #if PTTYPE != PTTYPE_EPT gva_to_gpa_nested()
H A Dmmu.c3604 #define PTTYPE PTTYPE_EPT macro
3606 #undef PTTYPE macro
3608 #define PTTYPE 64 macro
3610 #undef PTTYPE macro
3612 #define PTTYPE 32 macro
3614 #undef PTTYPE macro

Completed in 102 milliseconds