Searched refs:CPU_R3000 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/mips/dec/prom/ |
H A D | init.c | 124 if ((current_cpu_type() == CPU_R3000) || in prom_init()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cpu-type.h | 99 case CPU_R3000: in __get_cpu_type()
|
H A D | cpu.h | 299 CPU_R2000, CPU_R3000, CPU_R3000A, CPU_R3041, CPU_R3051, CPU_R3052, enumerator
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cpu-r3k-probe.c | 112 c->cputype = CPU_R3000; in cpu_probe()
|
H A D | cpu-probe.c | 1060 c->cputype = CPU_R3000; in cpu_probe_legacy()
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | 1530 config CPU_R3000 config in CPU selection""choice938d35270304 2079 depends on !CPU_R3000 2098 depends on !CPU_R3000 2159 default y if !CPU_R3000 2179 default y if CPU_R3000 2413 depends on !CPU_R3000 2473 default 6 if CPU_R3000 2479 default 6 if CPU_R3000
|
/openbmc/qemu/disas/ |
H A D | mips.c | 636 #define CPU_R3000 3000 macro 3894 { "r3000", 1, bfd_mach_mips3000, CPU_R3000, ISA_MIPS1, 4060 mips_processor = CPU_R3000; in set_default_mips_dis_options()
|