Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Ddisabled-features.h43 # define DISABLE_PKU (1<<(X86_FEATURE_PKU & 31))
Dcpufeatures.h365 #define X86_FEATURE_PKU (16*32+ 3) /* Protection Keys for Userspace */ macro
/arch/x86/kernel/cpu/
Dcpuid-deps.c28 { X86_FEATURE_PKU, X86_FEATURE_XSAVE },
Dcommon.c481 if (pku_disabled || !cpu_feature_enabled(X86_FEATURE_PKU)) in setup_pku()
/arch/x86/kvm/
Dx86.h472 if (!__cpu_has(__c, X86_FEATURE_PKU)) \
Dcpuid.c125 if (best && boot_cpu_has(X86_FEATURE_PKU) && best->function == 0x7) in kvm_update_cpuid_runtime()
448 kvm_cpu_cap_clear(X86_FEATURE_PKU); in kvm_set_cpu_caps()
Dx86.c974 if (static_cpu_has(X86_FEATURE_PKU) && in kvm_load_guest_xsave_state()
987 if (static_cpu_has(X86_FEATURE_PKU) && in kvm_load_host_xsave_state()
/arch/x86/kernel/fpu/
Dxstate.c54 X86_FEATURE_PKU,