Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
Dcpu-probe.c308 switch (c->cputype) { in set_ftlb_enable()
369 switch (c->cputype) { in mm_config()
1040 c->cputype = CPU_R2000; in cpu_probe_legacy()
1052 c->cputype = CPU_R3081E; in cpu_probe_legacy()
1055 c->cputype = CPU_R3000A; in cpu_probe_legacy()
1059 c->cputype = CPU_R3000; in cpu_probe_legacy()
1073 c->cputype = CPU_R4400PC; in cpu_probe_legacy()
1076 c->cputype = CPU_R4000PC; in cpu_probe_legacy()
1102 c->cputype = mc ? CPU_R4400MC : CPU_R4400SC; in cpu_probe_legacy()
1105 c->cputype = mc ? CPU_R4000MC : CPU_R4000SC; in cpu_probe_legacy()
[all …]
Dcpu-r3k-probe.c81 c->cputype = CPU_UNKNOWN; in cpu_probe()
93 c->cputype = CPU_R2000; in cpu_probe()
104 c->cputype = CPU_R3081E; in cpu_probe()
107 c->cputype = CPU_R3000A; in cpu_probe()
111 c->cputype = CPU_R3000; in cpu_probe()
124 c->cputype = CPU_TX3927; in cpu_probe()
130 c->cputype = CPU_TX3912; in cpu_probe()
135 c->cputype = CPU_TX3922; in cpu_probe()
145 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
152 BUG_ON(current_cpu_type() != c->cputype); in cpu_probe()
Dpm-cps.c252 switch (__get_cpu_type(cpu_info->cputype)) { in cps_gen_flush_fsb()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/mips/loongson64/
Denv.c66 loongson_sysconf.cputype = ecpu->cputype; in prom_init_env()
67 switch (ecpu->cputype) { in prom_init_env()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu-type.h211 const int cpu_type = current_cpu_data.cputype; in current_cpu_type()
218 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type()
Dcpu-info.h69 unsigned int cputype; member
/kernel/linux/linux-5.10/arch/mips/mm/
Dc-octeon.c173 int cputype = current_cpu_type(); in probe_octeon() local
176 switch (cputype) { in probe_octeon()
187 if (cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
Dboot_param.h57 u32 cputype; /* Loongson_3A/3B, etc. */ member
208 enum loongson_cpu_type cputype; member
/kernel/linux/linux-5.10/arch/mips/ath25/
Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h60 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
Dtime.c87 if (current_cpu_data.cputype == CPU_XLR) { in nlm_init_pic_timer()
/kernel/linux/linux-5.10/arch/mips/bcm47xx/
Dprom.c99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
Dsetup.c151 if (c->cputype == CPU_74K) { in plat_mem_setup()
/kernel/linux/linux-5.10/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):
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Dclock.c90 int cputype; member
1106 if (t->cputype == ctype) in alchemy_clk_init()
/kernel/linux/linux-5.10/Documentation/arm/
Dtcm.rst19 location and size of TCM memories. arch/arm/include/asm/cputype.h
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Dsetup.c749 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()
/kernel/linux/linux-5.10/arch/powerpc/
DKconfig2 source "arch/powerpc/platforms/Kconfig.cputype"
/kernel/linux/linux-5.10/arch/mips/kvm/
Demulate.c2910 switch (current_cpu_data.cputype) { in kvm_mips_handle_ri()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13548 #include <asm/cputype.h>
13792 diff --git a/arch/arm64/include/asm/cputype.h b/arch/arm64/include/asm/cputype.h
13794 --- a/arch/arm64/include/asm/cputype.h
13795 +++ b/arch/arm64/include/asm/cputype.h
14041 #include <asm/cputype.h>