Home
last modified time | relevance | path

Searched refs:X86_FEATURE_PKU (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c73 if (kvm_cpu_has(X86_FEATURE_PKU)) in calc_supported_cr4_feature_bits()
H A Dcpuid_test.c173 if (kvm_cpu_has(X86_FEATURE_PKU)) in set_cpuid_after_run()
H A Dstate_test.c201 if (this_cpu_has(X86_FEATURE_PKU)) { in guest_code()
/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c28 { X86_FEATURE_PKU, X86_FEATURE_XSAVE },
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h393 #define X86_FEATURE_PKU (16*32+ 3) /* "pku" Protection Keys for Userspace */ macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h187 #define X86_FEATURE_PKU KVM_X86_CPU_FEATURE(0x7, 0, ECX, 3)
169 #define X86_FEATURE_PKU global() macro