Home
last modified time | relevance | path

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

12345678910>>...106

/linux/arch/mips/kernel/
A Dcpu-probe.c309 switch (c->cputype) { in set_ftlb_enable()
370 switch (c->cputype) { in mm_config()
1378 c->cputype = CPU_4KC; in cpu_probe_mips()
1384 c->cputype = CPU_4KEC; in cpu_probe_mips()
1395 c->cputype = CPU_5KC; in cpu_probe_mips()
1400 c->cputype = CPU_5KE; in cpu_probe_mips()
1410 c->cputype = CPU_24K; in cpu_probe_mips()
1415 c->cputype = CPU_24K; in cpu_probe_mips()
1425 c->cputype = CPU_34K; in cpu_probe_mips()
1431 c->cputype = CPU_74K; in cpu_probe_mips()
[all …]
A Dcpu-r3k-probe.c82 c->cputype = CPU_UNKNOWN; in cpu_probe()
94 c->cputype = CPU_R2000; in cpu_probe()
105 c->cputype = CPU_R3081E; in cpu_probe()
108 c->cputype = CPU_R3000A; in cpu_probe()
112 c->cputype = CPU_R3000; in cpu_probe()
125 c->cputype = CPU_TX3927; in cpu_probe()
131 c->cputype = CPU_TX3912; in cpu_probe()
136 c->cputype = CPU_TX3922; in cpu_probe()
146 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
153 BUG_ON(current_cpu_type() != c->cputype); in cpu_probe()
/linux/arch/alpha/kernel/
A 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()
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()
/linux/arch/mips/sni/
A 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/arch/mips/loongson64/
A Denv.c87 loongson_sysconf.cputype = ecpu->cputype; in prom_lefi_init_env()
88 switch (ecpu->cputype) { in prom_lefi_init_env()
/linux/arch/mips/include/asm/
A Dcpu-type.h208 const int cpu_type = current_cpu_data.cputype; in current_cpu_type()
215 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type()
A Dcpu-info.h69 unsigned int cputype; member
/linux/arch/mips/mm/
A Dc-octeon.c172 int cputype = current_cpu_type(); in probe_octeon() local
175 switch (cputype) { in probe_octeon()
186 if (cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
/linux/arch/mips/ath25/
A Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dcpu-feature-overrides.h60 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/linux/arch/mips/bcm47xx/
A Dprom.c99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
A Dsetup.c151 if (c->cputype == CPU_74K) { in plat_mem_setup()
/linux/arch/m68k/kernel/
A 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/arch/mips/include/asm/mach-loongson64/
A Dboot_param.h57 u32 cputype; /* Loongson_3A/3B, etc. */ member
A Dloongson.h29 enum loongson_cpu_type cputype; member
/linux/tools/perf/Documentation/
A Dperf-list.txt42 --cputype::
44 (e.g. --cputype core or --cputype atom)
/linux/arch/arm64/kvm/hyp/nvhe/
A D.hyp.lds.cmd55 arch/arm64/include/asm/cputype.h \
/linux/arch/arm64/kernel/
A D.vmlinux.lds.cmd61 arch/arm64/include/asm/cputype.h \
/linux/arch/mips/alchemy/common/
A Dclock.c90 int cputype; member
1105 if (t->cputype == ctype) in alchemy_clk_init()
/linux/arch/arm64/lib/
A D.clear_page.o.cmd67 arch/arm64/include/asm/cputype.h \
A D.copy_page.o.cmd67 arch/arm64/include/asm/cputype.h \
A D.crc32.o.cmd64 arch/arm64/include/asm/cputype.h \
A D.memchr.o.cmd64 arch/arm64/include/asm/cputype.h \
A D.memcmp.o.cmd64 arch/arm64/include/asm/cputype.h \

Completed in 51 milliseconds

12345678910>>...106