Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h64 #define cpu_has_dsp3 0 macro
/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h386 #ifndef cpu_has_dsp3
387 #define cpu_has_dsp3 __ase(MIPS_ASE_DSP3) macro
/Linux-v4.19/arch/mips/kernel/
Dproc.c119 if (cpu_has_dsp3) seq_printf(m, "%s", " dsp3"); in show_cpuinfo()