Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/include/
H A 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/sys/arch/mips/mips/
H A Dtrap.c670 if (MIPS_HAS_DSP) { in trap()
H A Dmips_machdep.c1579 if (opts->mips_cpu_flags & MIPS_HAS_DSP) { in cpu_identify()