Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpufeature.h40 #define x86_cap_flag(flag) x86_cap_flags[flag] macro
43 #define x86_cap_flag(flag) ((flag) >> 5), ((flag) & 31) macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c557 x86_cap_flag(df->feature), df->level); in filter_cpuid_features()
1354 pr_cont(" " X86_CAP_FMT, x86_cap_flag(bit)); in cpu_parse_early_param()