Home
last modified time | relevance | path

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

/tools/objtool/
Dspecial.c34 #define X86_FEATURE_SMAP (9*32+20) macro
113 if (feature == X86_FEATURE_SMAP) { in get_alt_entry()
/tools/arch/x86/include/asm/
Ddisabled-features.h22 # define DISABLE_SMAP (1<<(X86_FEATURE_SMAP & 31))
Dcpufeatures.h258 #define X86_FEATURE_SMAP ( 9*32+20) /* Supervisor Mode Access Prevention */ macro