HomeSort by: relevance | last modified time | path
    Searched refs:CPU_ARCH_MIPS32R2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/include/
locore.h 147 #define CPU_ARCH_MIPS32R2 (1 << 7)
319 #define CPUISMIPS32R2 ((mips_options.mips_cpu_arch & CPU_ARCH_MIPS32R2) != 0)
323 (CPU_ARCH_MIPS32 | CPU_ARCH_MIPS32R2 | CPU_ARCH_MIPS64 | CPU_ARCH_MIPS64R2)) != 0)
325 (CPU_ARCH_MIPS32R2 | CPU_ARCH_MIPS64R2)) != 0)
  /src/sys/arch/mips/mips/
cpu_exec.c 182 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS32R2) {
mips_machdep.c 1219 opts->mips_cpu_arch = CPU_ARCH_MIPS32R2;
1387 case CPU_ARCH_MIPS32R2:
1624 case CPU_ARCH_MIPS32R2:

Completed in 40 milliseconds