Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dcpu-probe.c311 switch (c->cputype) { in set_ftlb_enable()
372 switch (c->cputype) { in mm_config()
1316 c->cputype = CPU_4KC; in cpu_probe_mips()
1322 c->cputype = CPU_4KEC; in cpu_probe_mips()
1333 c->cputype = CPU_5KC; in cpu_probe_mips()
1338 c->cputype = CPU_5KE; in cpu_probe_mips()
1348 c->cputype = CPU_24K; in cpu_probe_mips()
1353 c->cputype = CPU_24K; in cpu_probe_mips()
1363 c->cputype = CPU_34K; in cpu_probe_mips()
1369 c->cputype = CPU_74K; in cpu_probe_mips()
[all …]
A 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()
123 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
130 BUG_ON(current_cpu_type() != c->cputype); in cpu_probe()
A Dpm-cps.c248 switch (__get_cpu_type(cpu_info->cputype)) { in cps_gen_flush_fsb()
/arch/alpha/kernel/
A Dbugs.c12 unsigned long cputype; in cpu_is_ev6_or_later() local
15 cputype = cpu->type & 0xffffffff; in cpu_is_ev6_or_later()
17 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU)); in cpu_is_ev6_or_later()
A 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()
/arch/mips/sni/
A Dsetup.c114 int cputype; in plat_mem_setup() local
127 cputype = *(unsigned char *)SNI_IDPROM_CPUTYPE; in plat_mem_setup()
130 switch (cputype) { in plat_mem_setup()
149 switch (cputype) { in plat_mem_setup()
/arch/mips/include/asm/
A Dcpu-type.h191 const int cpu_type = current_cpu_data.cputype; in current_cpu_type()
198 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type()
A Dcpu-info.h69 unsigned int cputype; member
/arch/mips/loongson64/
A Denv.c90 loongson_sysconf.cputype = ecpu->cputype; in prom_lefi_init_env()
91 switch (ecpu->cputype) { in prom_lefi_init_env()
/arch/loongarch/kernel/
A Dcpu-probe.c241 c->cputype = CPU_LOONGSON32; in cpu_probe_loongson()
245 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
327 c->cputype = CPU_UNKNOWN; in cpu_probe()
345 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
/arch/mips/mm/
A Dc-octeon.c176 int cputype = current_cpu_type(); in probe_octeon() local
179 switch (cputype) { in probe_octeon()
190 if (cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
/arch/mips/include/asm/mach-cavium-octeon/
A Dcpu-feature-overrides.h59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/arch/mips/ath25/
A Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/arch/loongarch/include/asm/
A Dcpu-info.h47 unsigned int cputype; member
/arch/mips/bcm47xx/
A Dprom.c101 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
A Dsetup.c159 if (c->cputype == CPU_74K) { in plat_mem_setup()
/arch/mips/include/asm/mach-loongson64/
A Dboot_param.h63 u32 cputype; /* Loongson_3A/3B, etc. */ member
A Dloongson.h29 enum loongson_cpu_type cputype; member
/arch/m68k/kernel/
A Dhead.S542 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab
543 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab
544 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab
545 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab
546 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab
547 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab
548 #define is_not_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jeq lab
698 lea %pc@(L(cputype)),%a0
894 dputn %pc@(L(cputype))
3800 L(cputype):
/arch/mips/alchemy/common/
A Dclock.c90 int cputype; member
1105 if (t->cputype == ctype) in alchemy_clk_init()
/arch/mips/cavium-octeon/
A Dsetup.c745 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()
/arch/powerpc/
A DKconfig2 source "arch/powerpc/platforms/Kconfig.cputype"

Completed in 52 milliseconds