Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h63 #define cpu_has_dsp3 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu-features.h407 #ifndef cpu_has_dsp3
408 #define cpu_has_dsp3 __ase(MIPS_ASE_DSP3) macro
/kernel/linux/linux-5.10/arch/mips/kernel/
Dproc.c123 if (cpu_has_dsp3) seq_printf(m, "%s", " dsp3"); in show_cpuinfo()
Dcpu-probe.c2098 if (cpu_has_dsp3) in cpu_probe()