Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h367 #ifndef cpu_has_vz
368 #define cpu_has_vz (cpu_data[0].ases & MIPS_ASE_VZ) macro
/arch/mips/kernel/
Dproc.c114 if (cpu_has_vz) seq_printf(m, "%s", " vz"); in show_cpuinfo()