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

  /src/sys/arch/mips/mips/
cpu_exec.c 114 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS3)
190 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS3) {
229 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS3)
295 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS3) {
mips_machdep.c 309 { 0, MIPS_R4000, MIPS_REV_R4000_A, -1, CPU_ARCH_MIPS3, 48,
312 { 0, MIPS_R4000, MIPS_REV_R4000_B, -1, CPU_ARCH_MIPS3, 48,
315 { 0, MIPS_R4000, MIPS_REV_R4000_C, -1, CPU_ARCH_MIPS3, 48,
318 { 0, MIPS_R4000, MIPS_REV_R4400_A, -1, CPU_ARCH_MIPS3, 48,
321 { 0, MIPS_R4000, MIPS_REV_R4400_B, -1, CPU_ARCH_MIPS3, 48,
324 { 0, MIPS_R4000, MIPS_REV_R4400_C, -1, CPU_ARCH_MIPS3, 48,
334 { 0, MIPS_R4100, -1, -1, CPU_ARCH_MIPS3, 32,
337 { 0, MIPS_R4200, -1, -1, CPU_ARCH_MIPS3, -1,
340 { 0, MIPS_R4300, -1, -1, CPU_ARCH_MIPS3, 32,
342 { 0, MIPS_R4600, -1, -1, CPU_ARCH_MIPS3, 48
    [all...]
db_interface.c 453 if (mips_options.mips_cpu_arch >= CPU_ARCH_MIPS3) {
470 if (mips_options.mips_cpu_arch >= CPU_ARCH_MIPS3) {
  /src/sys/arch/mips/include/
locore.h 142 #define CPU_ARCH_MIPS3 (1 << 2)
313 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS32 | CPU_ARCH_MIPS64)) != 0)
327 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS64 | CPU_ARCH_MIPS64R2)) != 0)
329 #define MIPS_HAS_CLOCK (mips_options.mips_cpu_arch >= CPU_ARCH_MIPS3)

Completed in 14 milliseconds