/Linux-v6.6/arch/mips/kernel/ |
D | cpu-probe.c | 309 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 …]
|
D | cpu-r3k-probe.c | 82 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()
|
D | pm-cps.c | 252 switch (__get_cpu_type(cpu_info->cputype)) { in cps_gen_flush_fsb()
|
/Linux-v6.6/arch/alpha/kernel/ |
D | bugs.c | 11 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()
|
D | perf_event.c | 583 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/ |
D | cpu-probe.c | 233 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/ |
D | setup.c | 113 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/ |
D | stat.sh | 111 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/ |
D | env.c | 87 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/ |
D | cpu-type.h | 191 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()
|
D | cpu-info.h | 69 unsigned int cputype; member
|
/Linux-v6.6/arch/mips/mm/ |
D | c-octeon.c | 176 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/ |
D | builtin-list.c | 457 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()
|
D | check-headers.sh | 164 check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg.h"'
|
/Linux-v6.6/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
|
/Linux-v6.6/arch/mips/ath25/ |
D | devices.h | 36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | cpu-info.h | 47 unsigned int cputype; member
|
/Linux-v6.6/arch/mips/bcm47xx/ |
D | prom.c | 99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
|
D | setup.c | 151 if (c->cputype == CPU_74K) { in plat_mem_setup()
|
/Linux-v6.6/arch/m68k/kernel/ |
D | head.S | 546 #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/ |
D | boot_param.h | 57 u32 cputype; /* Loongson_3A/3B, etc. */ member
|
D | loongson.h | 29 enum loongson_cpu_type cputype; member
|
/Linux-v6.6/arch/mips/alchemy/common/ |
D | clock.c | 90 int cputype; member 1105 if (t->cputype == ctype) in alchemy_clk_init()
|
/Linux-v6.6/Documentation/arch/arm/ |
D | tcm.rst | 19 location and size of TCM memories. arch/arm/include/asm/cputype.h
|
/Linux-v6.6/arch/mips/cavium-octeon/ |
D | setup.c | 745 if (current_cpu_data.cputype == CPU_CAVIUM_OCTEON3) { in prom_init()
|