Searched refs:cpu_has_vz (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h62 #define cpu_has_vz 0 macro
/linux-4.1.27/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h80 #define cpu_has_vz 0 macro
/linux-4.1.27/arch/mips/kernel/
H A Dproc.c119 if (cpu_has_vz) seq_printf(m, "%s", " vz"); show_cpuinfo()
/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h393 #ifndef cpu_has_vz
394 #define cpu_has_vz (cpu_data[0].ases & MIPS_ASE_VZ) macro

Completed in 339 milliseconds