Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h15 #define x86_cap_flag(flag) x86_cap_flags[flag] macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h46 #define x86_cap_flag(flag) x86_cap_flags[flag] macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c672 x86_cap_flag(df->feature), df->level); in filter_cpuid_features()
1576 pr_cont(" " X86_CAP_FMT, x86_cap_flag(bit)); in cpu_parse_early_param()
1589 if (!x86_cap_flag(bit)) in cpu_parse_early_param()
1592 if (strcmp(x86_cap_flag(bit), opt)) in cpu_parse_early_param()