Searched refs:CPU_ARCH_MIPS4 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_exec.c | 118 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS4) in mips_netbsd_elf32_probe() 188 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) { in coredump_elf32_setup() 233 if (mips_options.mips_cpu_arch < CPU_ARCH_MIPS4) in mips_netbsd_elf64_probe() 293 } else if (mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) { in coredump_elf64_setup()
|
H A D | mips_machdep.c | 348 { 0, MIPS_R8000, -1, -1, CPU_ARCH_MIPS4, 384, 351 { 0, MIPS_R10000, -1, -1, CPU_ARCH_MIPS4, 64, 354 { 0, MIPS_R12000, -1, -1, CPU_ARCH_MIPS4, 64, 357 { 0, MIPS_R14000, -1, -1, CPU_ARCH_MIPS4, 64, 376 { 0, MIPS_R5000, -1, -1, CPU_ARCH_MIPS4, 48, 379 { 0, MIPS_RM5200, -1, -1, CPU_ARCH_MIPS4, 48, 388 { 0, MIPS_RM7000, -1, -1, CPU_ARCH_MIPS4, 48, 1349 case CPU_ARCH_MIPS4: in mips_vector_init() 1622 case CPU_ARCH_MIPS4: in cpu_identify()
|
/netbsd-src/sys/arch/mips/include/ |
H A D | locore.h | 143 #define CPU_ARCH_MIPS4 (1 << 3) macro 313 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS32 | CPU_ARCH_MIPS64)) != 0) 316 #define CPUISMIPS4 ((mips_options.mips_cpu_arch & CPU_ARCH_MIPS4) != 0) 327 (CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS64 | CPU_ARCH_MIPS64R2)) != 0)
|