Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dcpuid.h86 return best && (best->ecx & bit(X86_FEATURE_PCID)); in guest_cpuid_has_pcid()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h126 #define X86_FEATURE_PCID ( 4*32+17) /* Process Context Identifiers */ macro