Searched refs:cpu_has_bug (Results 1 – 3 of 3) sorted by relevance
127 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
198 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro203 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
119 if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) in show_cpuinfo()