Home
last modified time | relevance | path

Searched defs:x86_cap_flag (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
A Dcpufeature.h41 #define x86_cap_flag(flag) x86_cap_flags[flag] macro
44 #define x86_cap_flag(flag) ((flag) >> 5), ((flag) & 31) macro
/linux/arch/um/include/asm/
A Dcpufeature.h15 #define x86_cap_flag(flag) x86_cap_flags[flag] macro

Completed in 5 milliseconds