Home
last modified time | relevance | path

Searched refs:X86_FEATURE_OSPKE (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/x86/
Dpkey-helpers.h160 #define X86_FEATURE_OSPKE (1<<4) /* OS Protection Keys Enable */ macro
177 if (!(ecx & X86_FEATURE_OSPKE)) { in cpu_has_pku()
/tools/arch/x86/include/asm/
Ddisabled-features.h50 # define DISABLE_OSPKE (1<<(X86_FEATURE_OSPKE & 31))
Dcpufeatures.h339 #define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */ macro