Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/include/
Dlocore.h187 # define MIPS_HAS_DSP 0 macro
217 # define MIPS_HAS_DSP 0 macro
235 # define MIPS_HAS_DSP 0 macro
253 # define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP) macro
271 # define MIPS_HAS_DSP 0 macro
289 # define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP) macro
308 #define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP) macro
/netbsd/src/sys/arch/mips/mips/
Dtrap.c669 if (MIPS_HAS_DSP) { in trap()
Dmips_machdep.c1587 if (opts->mips_cpu_flags & MIPS_HAS_DSP) { in cpu_identify()