Searched refs:cpu_has_lbt_mips (Results 1 – 2 of 2) sorted by relevance
51 #define cpu_has_lbt_mips cpu_opt(LOONGARCH_CPU_LBT_MIPS) macro52 #define cpu_has_lbt (cpu_has_lbt_x86|cpu_has_lbt_arm|cpu_has_lbt_mips)
87 if (cpu_has_lbt_mips) seq_printf(m, " lbt_mips"); in show_cpuinfo()