Home
last modified time | relevance | path

Searched defs:X86_FEATURE_OSPKE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-x86.h67 #define X86_FEATURE_OSPKE (1<<4) /* OS Protection Keys Enable */ macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h380 #define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h389 #define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */ macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h156 #define X86_FEATURE_OSPKE KVM_X86_CPU_FEATURE(0x7, 0, ECX, 4) macro