Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h64 #define X86_FEATURE_GBPAGES ( 1*32+26) /* "pdpe1gb" GB pages */ macro
391 #define cpu_has_gbpages boot_cpu_has(X86_FEATURE_GBPAGES)
/linux-4.4.14/arch/x86/kvm/
Dcpuid.h126 return best && (best->edx & bit(X86_FEATURE_GBPAGES)); in guest_cpuid_has_gbpages()