Home
last modified time | relevance | path

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

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