Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/mips/kernel/
Dcpu-probe.c309 switch (c->cputype) { in set_ftlb_enable()
370 switch (c->cputype) { in mm_config()
1041 c->cputype = CPU_R2000; in cpu_probe_legacy()
1053 c->cputype = CPU_R3081E; in cpu_probe_legacy()
1056 c->cputype = CPU_R3000A; in cpu_probe_legacy()
1060 c->cputype = CPU_R3000; in cpu_probe_legacy()
1074 c->cputype = CPU_R4400PC; in cpu_probe_legacy()
1077 c->cputype = CPU_R4000PC; in cpu_probe_legacy()
1103 c->cputype = mc ? CPU_R4400MC : CPU_R4400SC; in cpu_probe_legacy()
1106 c->cputype = mc ? CPU_R4000MC : CPU_R4000SC; in cpu_probe_legacy()
[all …]
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()
124 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
131 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()
/Linux-v6.6/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-v6.6/arch/loongarch/kernel/
Dcpu-probe.c233 c->cputype = CPU_LOONGSON32; in cpu_probe_loongson()
239 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
245 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
251 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
257 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
263 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson()
301 c->cputype = CPU_UNKNOWN; in cpu_probe()
319 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
/Linux-v6.6/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-v6.6/tools/perf/tests/shell/
Dstat.sh111 if perf stat --cputype="123" -e instructions true > /dev/null 2>&1
140 if ! perf stat --cputype="$pmu" -e instructions true 2>&1 | grep -E -q "instructions"
/Linux-v6.6/arch/mips/loongson64/
Denv.c87 loongson_sysconf.cputype = ecpu->cputype; in prom_lefi_init_env()
88 switch (ecpu->cputype) { in prom_lefi_init_env()
/Linux-v6.6/arch/mips/include/asm/
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()
Dcpu-info.h69 unsigned int cputype; member
/Linux-v6.6/arch/mips/mm/
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()
/Linux-v6.6/tools/perf/
Dbuiltin-list.c457 const char *cputype = NULL; in cmd_list() local
471 OPT_STRING(0, "cputype", &cputype, "cpu type", in cmd_list()
516 else if (cputype) { in cmd_list()
517 const struct perf_pmu *pmu = perf_pmus__pmu_for_pmu_filter(cputype); in cmd_list()
Dcheck-headers.sh164 check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg.h"'
/Linux-v6.6/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/Linux-v6.6/arch/mips/ath25/
Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/Linux-v6.6/arch/loongarch/include/asm/
Dcpu-info.h47 unsigned int cputype; member
/Linux-v6.6/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()
/Linux-v6.6/arch/m68k/kernel/
Dhead.S546 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab
547 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab
548 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab
549 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab
550 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab
551 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab
552 #define is_not_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jeq lab
702 lea %pc@(L(cputype)),%a0
898 dputn %pc@(L(cputype))
3803 L(cputype):
/Linux-v6.6/arch/mips/include/asm/mach-loongson64/
Dboot_param.h57 u32 cputype; /* Loongson_3A/3B, etc. */ member
Dloongson.h29 enum loongson_cpu_type cputype; member
/Linux-v6.6/arch/mips/alchemy/common/
Dclock.c90 int cputype; member
1105 if (t->cputype == ctype) in alchemy_clk_init()
/Linux-v6.6/Documentation/arch/arm/
Dtcm.rst19 location and size of TCM memories. arch/arm/include/asm/cputype.h
/Linux-v6.6/arch/mips/cavium-octeon/
Dsetup.c745 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()

12