Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu.h115 #define LOONGARCH_CPU_LBT_MIPS BIT_ULL(CPU_FEATURE_LBT_MIPS) macro
H A Dcpu-features.h51 #define cpu_has_lbt_mips cpu_opt(LOONGARCH_CPU_LBT_MIPS)
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c157 c->options |= LOONGARCH_CPU_LBT_MIPS; in cpu_probe_common()