Searched refs:cputype (Results 1 - 25 of 116) sorted by relevance

12345

/linux-master/arch/alpha/kernel/
H A Dbugs.c11 unsigned long cputype; local
14 cputype = cpu->type & 0xffffffff;
16 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU));
/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c81 c->cputype = CPU_UNKNOWN;
93 c->cputype = CPU_R2000;
104 c->cputype = CPU_R3081E;
107 c->cputype = CPU_R3000A;
111 c->cputype = CPU_R3000;
123 BUG_ON(c->cputype == CPU_UNKNOWN);
130 BUG_ON(current_cpu_type() != c->cputype);
H A Dcpu-probe.c308 switch (c->cputype) {
369 switch (c->cputype) {
1040 c->cputype = CPU_R2000;
1052 c->cputype = CPU_R3081E;
1055 c->cputype = CPU_R3000A;
1059 c->cputype = CPU_R3000;
1073 c->cputype = CPU_R4400PC;
1076 c->cputype = CPU_R4000PC;
1102 c->cputype = mc ? CPU_R4400MC : CPU_R4400SC;
1105 c->cputype
[all...]
/linux-master/include/linux/soc/mmp/
H A Dcputype.h6 #include <asm/cputype.h>
/linux-master/arch/mips/ath25/
H A Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC);
/linux-master/arch/arm/include/asm/
H A Dsmp_scu.h12 #include <asm/cputype.h>
H A Dsmp_plat.h13 #include <asm/cputype.h>
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/linux-master/arch/arm/kernel/
H A Dthumbee.c11 #include <asm/cputype.h>
H A Dsmp_scu.c14 #include <asm/cputype.h>
H A Dxscale-cp0.c15 #include <asm/cputype.h>
/linux-master/arch/arm/mach-mmp/
H A Dcommon.c16 #include <linux/soc/mmp/cputype.h>
/linux-master/arch/mips/sni/
H A Dsetup.c115 int cputype; local
128 cputype = *(unsigned char *)SNI_IDPROM_CPUTYPE;
131 switch (cputype) {
150 switch (cputype) {
/linux-master/arch/mips/include/asm/
H A Dcpu-type.h191 const int cpu_type = current_cpu_data.cputype;
198 const int cpu_type = cpu_data[0].cputype;
/linux-master/tools/perf/tests/shell/
H A Dstat.sh107 # Test --cputype argument.
108 echo "cputype test"
111 if perf stat --cputype="123" -e instructions true > /dev/null 2>&1
113 echo "cputype test [Bogus PMU didn't fail]"
118 # Find a known PMU for cputype.
135 echo "cputype test [Skipped known PMU not found]"
139 # Test running with cputype produces output.
140 if ! perf stat --cputype="$pmu" -e instructions true 2>&1 | grep -E -q "instructions"
142 echo "cputype test [Failed count missed with given filter]"
146 echo "cputype tes
[all...]
/linux-master/arch/loongarch/kernel/
H A Dcpu-probe.c233 c->cputype = CPU_LOONGSON32;
239 c->cputype = CPU_LOONGSON64;
245 c->cputype = CPU_LOONGSON64;
251 c->cputype = CPU_LOONGSON64;
257 c->cputype = CPU_LOONGSON64;
263 c->cputype = CPU_LOONGSON64;
301 c->cputype = CPU_UNKNOWN;
319 BUG_ON(c->cputype == CPU_UNKNOWN);
/linux-master/arch/arm64/kernel/
H A Dhibernate-asm.S13 #include <asm/cputype.h>
H A Dsmp_spin_table.c17 #include <asm/cputype.h>
/linux-master/include/linux/soc/ixp4xx/
H A Dcpu.h14 #include <asm/cputype.h>
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h47 unsigned int cputype; member in struct:cpuinfo_loongarch
/linux-master/arch/arm64/include/asm/
H A Dcache.h43 #include <asm/cputype.h>
H A Dmmu.h8 #include <asm/cputype.h>
/linux-master/arch/arm/mach-sunxi/
H A Dheadsmp.S15 #include <asm/cputype.h>
/linux-master/arch/mips/bcm47xx/
H A Dprom.c99 if (c->cputype == CPU_74K && (mem == (128 << 20)))
/linux-master/arch/arm/mach-shmobile/
H A Dpm-rcar-gen2.c16 #include <asm/cputype.h>

Completed in 437 milliseconds

12345