Searched refs:cpu_has_bug (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | cpufeature.h | 127 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro 131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpufeature.h | 210 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro 215 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpufeature.h | 196 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro 201 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | proc.c | 124 if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) in show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | proc.c | 121 if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) in show_cpuinfo()
|
Completed in 2 milliseconds