Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h565 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) macro
571 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit))
/arch/x86/kernel/cpu/
Dproc.c104 if (cpu_has_bug(c, bug_bit) && x86_bug_flags[i]) in show_cpuinfo()
/arch/x86/kernel/
Dprocess.c445 if (cpu_has_bug(c, X86_BUG_AMD_APIC_C1E)) { in select_idle_routine()