Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dcpu-features.h69 #define cpu_has_lspw cpu_opt(LOONGARCH_CPU_LSPW) macro
/linux-6.12.1/arch/loongarch/kernel/
Dproc.c87 if (cpu_has_lspw) seq_printf(m, " lspw"); in show_cpuinfo()