Home
last modified time | relevance | path

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

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