Home
last modified time | relevance | path

Searched refs:processor_id (Results 1 – 18 of 18) sorted by relevance

/arch/mips/loongson/common/
Denv.c43 unsigned int processor_id; in prom_init_env() local
63 processor_id = (&current_cpu_data)->processor_id; in prom_init_env()
64 switch (processor_id & PRID_REV_MASK) { in prom_init_env()
Dplatform.c25 if ((c->processor_id & PRID_REV_MASK) >= PRID_REV_LOONGSON2F) in loongson2_cpufreq_init()
/arch/mips/kernel/
Dcpu-probe.c212 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0)) in check_wait()
228 if ((c->processor_id & 0xff) <= 0x64) in check_wait()
241 if ((c->processor_id & 0x00ff) >= 0x40) in check_wait()
260 if ((c->processor_id & PRID_REV_MASK) <= PRID_REV_34K_V1_0_2) in check_errata()
337 switch (c->processor_id & 0xff00) { in cpu_probe_legacy()
349 if ((c->processor_id & 0xff) == PRID_REV_R3000A) { in cpu_probe_legacy()
371 if ((c->processor_id & 0xff) >= PRID_REV_R4400) { in cpu_probe_legacy()
379 if ((c->processor_id & 0xff) >= PRID_REV_R4400) { in cpu_probe_legacy()
395 switch (c->processor_id & 0xf0) { in cpu_probe_legacy()
405 if ((c->processor_id & 0xf) < 0x3) { in cpu_probe_legacy()
[all …]
Dtime.c108 if ((current_cpu_data.processor_id & 0xff) <= 0x30) in cpu_has_mfc0_count_bug()
Dproc.c22 unsigned int version = cpu_data[n].processor_id; in show_cpuinfo()
/arch/arm/mm/
Dcache-tauros2.c144 extern int processor_id; in cpuid_scheme()
146 return !!((processor_id & 0x000f0000) == 0x000f0000); in cpuid_scheme()
174 extern int processor_id; in tauros2_init()
180 if ((processor_id & 0xff0f0000) == 0x56050000) { in tauros2_init()
/arch/mips/vr41xx/common/
Dinit.c46 if (current_cpu_data.processor_id == PRID_VR4131_REV2_0 || in plat_time_init()
47 current_cpu_data.processor_id == PRID_VR4131_REV2_1) in plat_time_init()
/arch/arm/include/asm/
Dcputype.h28 extern unsigned int processor_id;
50 #define read_cpuid(reg) (processor_id)
/arch/mips/include/asm/
Dcpu-info.h50 unsigned int processor_id; member
/arch/powerpc/include/asm/
Dlppaca.h192 u16 processor_id; member
/arch/arm/kernel/
Dhead-common.S113 .long processor_id @ r4
Dsetup.c85 unsigned int processor_id; variable
86 EXPORT_SYMBOL(processor_id);
/arch/mips/oprofile/
Dop_model_mipsxx.c352 if ((current_cpu_data.processor_id & 0xff) == 0x20) in mipsxx_init()
/arch/mips/mm/
Dc-r4k.c889 if (c->processor_id == 0x0c80U || c->processor_id == 0x0c81U || in probe_pcache()
890 c->processor_id == 0x0c82U) { in probe_pcache()
892 if (c->processor_id == 0x0c80U) in probe_pcache()
Dpage.c176 (current_cpu_data.processor_id & 0xff) < 0x02) { in set_prefetch_parameters()
Dtlbex.c140 return (current_cpu_data.processor_id & 0xffff00) == in m4kc_tlbp_war()
/arch/mips/netlogic/common/
Dsmpboot.S238 andi t0, 0x1f # t0 has the processor_id()
/arch/mips/pci/
Dpci-vr41xx.c150 else if (current_cpu_data.processor_id >= PRID_VR4131_REV2_1 && in vr41xx_pciu_init()