Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c584 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 …]
Dpm-cps.c252 switch (__get_cpu_type(cpu_info->cputype)) { in cps_gen_flush_fsb()
/Linux-v5.4/arch/alpha/kernel/
Dbugs.c11 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()
Dperf_event.c583 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/
Dsetup.c113 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/
Dcpu-type.h205 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()
Dcpu-info.h69 unsigned int cputype; member
/Linux-v5.4/arch/mips/loongson64/common/
Denv.c88 loongson_sysconf.cputype = ecpu->cputype; in prom_init_env()
89 switch (ecpu->cputype) { in prom_init_env()
/Linux-v5.4/arch/mips/mm/
Dc-octeon.c174 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/
Dsetup.c151 if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) { in plat_mem_setup()
Dprom.c98 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
/Linux-v5.4/arch/mips/include/asm/mach-loongson64/
Dboot_param.h55 u32 cputype; /* Loongson_3A/3B, etc. */ member
200 enum loongson_cpu_type cputype; member
/Linux-v5.4/arch/mips/ath25/
Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/Linux-v5.4/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h60 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/Linux-v5.4/arch/mips/netlogic/common/
Dtime.c87 if (current_cpu_data.cputype == CPU_XLR) { in nlm_init_pic_timer()
/Linux-v5.4/arch/mips/include/asm/lasat/
Dlasat.h230 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
/Linux-v5.4/arch/m68k/kernel/
Dhead.S544 #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/
Dclock.c90 int cputype; member
1099 if (t->cputype == ctype) in alchemy_clk_init()
/Linux-v5.4/Documentation/arm/
Dtcm.rst19 location and size of TCM memories. arch/arm/include/asm/cputype.h
/Linux-v5.4/arch/mips/cavium-octeon/
Dsetup.c748 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()
/Linux-v5.4/arch/mips/kvm/
Demulate.c2540 switch (current_cpu_data.cputype) { in kvm_mips_handle_ri()
/Linux-v5.4/arch/powerpc/
DKconfig2 source "arch/powerpc/platforms/Kconfig.cputype"