/Linux-v5.4/arch/mips/kernel/ |
D | cpu-probe.c | 584 switch (c->cputype) { in set_ftlb_enable() 1270 c->cputype = CPU_R2000; in cpu_probe_legacy() 1282 c->cputype = CPU_R3081E; in cpu_probe_legacy() 1285 c->cputype = CPU_R3000A; in cpu_probe_legacy() 1289 c->cputype = CPU_R3000; in cpu_probe_legacy() 1303 c->cputype = CPU_R4400PC; in cpu_probe_legacy() 1306 c->cputype = CPU_R4000PC; in cpu_probe_legacy() 1332 c->cputype = mc ? CPU_R4400MC : CPU_R4400SC; in cpu_probe_legacy() 1335 c->cputype = mc ? CPU_R4000MC : CPU_R4000SC; in cpu_probe_legacy() 1354 c->cputype = CPU_VR4111; in cpu_probe_legacy() [all …]
|
D | pm-cps.c | 252 switch (__get_cpu_type(cpu_info->cputype)) { in cps_gen_flush_fsb()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | bugs.c | 11 unsigned long cputype; in cpu_is_ev6_or_later() local 14 cputype = cpu->type & 0xffffffff; in cpu_is_ev6_or_later() 16 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU)); in cpu_is_ev6_or_later()
|
D | perf_event.c | 583 unsigned long cputype; in supported_cpu() local 587 cputype = cpu->type & 0xffffffff; in supported_cpu() 589 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU); in supported_cpu()
|
/Linux-v5.4/arch/mips/sni/ |
D | setup.c | 113 int cputype; in plat_mem_setup() local 126 cputype = *(unsigned char *)SNI_IDPROM_CPUTYPE; in plat_mem_setup() 129 switch (cputype) { in plat_mem_setup() 148 switch (cputype) { in plat_mem_setup()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | cpu-type.h | 205 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() 212 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type()
|
D | cpu-info.h | 69 unsigned int cputype; member
|
/Linux-v5.4/arch/mips/loongson64/common/ |
D | env.c | 88 loongson_sysconf.cputype = ecpu->cputype; in prom_init_env() 89 switch (ecpu->cputype) { in prom_init_env()
|
/Linux-v5.4/arch/mips/mm/ |
D | c-octeon.c | 174 int cputype = current_cpu_type(); in probe_octeon() local 177 switch (cputype) { in probe_octeon() 188 if (cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
|
/Linux-v5.4/arch/mips/bcm47xx/ |
D | setup.c | 151 if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) { in plat_mem_setup()
|
D | prom.c | 98 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
|
/Linux-v5.4/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 55 u32 cputype; /* Loongson_3A/3B, etc. */ member 200 enum loongson_cpu_type cputype; member
|
/Linux-v5.4/arch/mips/ath25/ |
D | devices.h | 36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
|
/Linux-v5.4/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 60 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
|
/Linux-v5.4/arch/mips/netlogic/common/ |
D | time.c | 87 if (current_cpu_data.cputype == CPU_XLR) { in nlm_init_pic_timer()
|
/Linux-v5.4/arch/mips/include/asm/lasat/ |
D | lasat.h | 230 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
|
/Linux-v5.4/arch/m68k/kernel/ |
D | head.S | 544 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab 545 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab 546 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab 547 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab 548 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab 549 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab 550 #define is_not_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jeq lab 692 lea %pc@(L(cputype)),%a0 888 dputn %pc@(L(cputype)) 3778 L(cputype):
|
/Linux-v5.4/arch/mips/alchemy/common/ |
D | clock.c | 90 int cputype; member 1099 if (t->cputype == ctype) in alchemy_clk_init()
|
/Linux-v5.4/Documentation/arm/ |
D | tcm.rst | 19 location and size of TCM memories. arch/arm/include/asm/cputype.h
|
/Linux-v5.4/arch/mips/cavium-octeon/ |
D | setup.c | 748 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()
|
/Linux-v5.4/arch/mips/kvm/ |
D | emulate.c | 2540 switch (current_cpu_data.cputype) { in kvm_mips_handle_ri()
|
/Linux-v5.4/arch/powerpc/ |
D | Kconfig | 2 source "arch/powerpc/platforms/Kconfig.cputype"
|