Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h49 #define cpu_has_lbt_x86 cpu_opt(LOONGARCH_CPU_LBT_X86) macro
52 #define cpu_has_lbt (cpu_has_lbt_x86|cpu_has_lbt_arm|cpu_has_lbt_mips)
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c85 if (cpu_has_lbt_x86) seq_printf(m, " lbt_x86"); in show_cpuinfo()