Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h48 #define cpu_has_lvz cpu_opt(LOONGARCH_CPU_LVZ) macro
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c84 if (cpu_has_lvz) seq_printf(m, " lvz"); in show_cpuinfo()