Home
last modified time | relevance | path

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

12

/arch/mips/loongson2ef/common/
A Denv.c27 unsigned int processor_id; in prom_init_env() local
39 processor_id = (&current_cpu_data)->processor_id; in prom_init_env()
40 switch (processor_id & PRID_REV_MASK) { in prom_init_env()
A Dplatform.c21 if ((c->processor_id & PRID_REV_MASK) >= PRID_REV_LOONGSON2F) in loongson2_cpufreq_init()
/arch/mips/loongson32/common/
A Dsetup.c14 unsigned int processor_id = (&current_cpu_data)->processor_id; in get_system_type() local
16 switch (processor_id & PRID_REV_MASK) { in get_system_type()
/arch/mips/kernel/
A Dcpu-r3k-probe.c79 c->processor_id = PRID_IMP_UNKNOWN; in cpu_probe()
90 c->processor_id = read_c0_prid(); in cpu_probe()
91 switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) { in cpu_probe()
102 if ((c->processor_id & PRID_REV_MASK) == PRID_REV_R3000A) { in cpu_probe()
148 smp_processor_id(), c->processor_id, cpu_name_string()); in cpu_report()
A Didle.c164 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in check_wait()
166 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in check_wait()
204 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0)) in check_wait()
220 if ((c->processor_id & 0xff) <= 0x64) in check_wait()
A Dcpu-probe.c1040 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_legacy()
1073 if ((c->processor_id & PRID_REV_MASK) >= in cpu_probe_legacy()
1102 if ((c->processor_id & PRID_REV_MASK) >= in cpu_probe_legacy()
1168 if (!(c->processor_id & 0x08)) in cpu_probe_legacy()
1309 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_mips()
1476 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_alchemy()
1480 switch ((c->processor_id >> 24) & 0xff) { in cpu_probe_alchemy()
1518 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sibyte()
1790 if (c->processor_id == 0x2ed0024f) in cpu_probe_ingenic()
1855 c->processor_id = PRID_IMP_UNKNOWN; in cpu_probe()
[all …]
A Dproc.c40 unsigned int version = cpu_data[n].processor_id; in show_cpuinfo()
A Dperf_event_mipsxx.c174 if ((boot_cpu_data.processor_id & PRID_COMP_MASK) == PRID_COMP_LEGACY) in get_loongson3_pmu_type()
176 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) in get_loongson3_pmu_type()
178 if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) in get_loongson3_pmu_type()
A Dtraps.c1849 ((current_cpu_data.processor_id & 0xff0000) == PRID_COMP_MIPS)) { in cache_parity_error()
1889 (((current_cpu_data.processor_id & 0xff0000) == PRID_COMP_MIPS) || in do_ftlb()
1890 ((current_cpu_data.processor_id & 0xff0000) == PRID_COMP_LOONGSON))) { in do_ftlb()
/arch/mips/loongson64/
A Dcpucfg-emul.c14 switch (c->processor_id & PRID_COMP_MASK) { in is_loongson()
16 return ((c->processor_id & PRID_IMP_MASK) == in is_loongson()
139 switch (c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) { in loongson3_cpucfg_synthesize_data()
/arch/loongarch/kernel/
A Dcpu-probe.c250 switch (c->processor_id & PRID_SERIES_MASK) { in cpu_probe_loongson()
311 smp_processor_id(), c->processor_id, cpu_family_string()); in cpu_report()
328 c->processor_id = read_cpucfg(LOONGARCH_CPUCFG0); in cpu_probe()
338 switch (c->processor_id & PRID_COMP_MASK) { in cpu_probe()
A Dproc.c20 unsigned int version = cpu_data[n].processor_id & 0xff; in show_cpuinfo()
/arch/arm/mm/
A Dcache-tauros2.c154 return !!((processor_id & 0x000f0000) == 0x000f0000); in cpuid_scheme()
212 if ((processor_id & 0xff0f0000) == 0x56050000) { in tauros2_internal_init()
/arch/powerpc/include/asm/
A Ddtl.h13 __be16 processor_id; member
/arch/arm/include/asm/
A Dcputype.h117 extern unsigned int processor_id;
220 return processor_id; in read_cpuid_id()
/arch/loongarch/include/asm/
A Dacpi.h45 return acpi_core_pic[cpu_logical_map(cpu)].processor_id; in get_acpi_id_for_cpu()
A Dcpu-info.h43 unsigned int processor_id; member
/arch/mips/include/asm/mach-loongson64/
A Dcpucfg-emul.h26 return c->processor_id; in loongson3_cpucfg_read_synthesized()
A Dboot_param.h62 u32 processor_id; /* PRID, e.g. 6305, 6306 */ member
/arch/mips/include/asm/
A Dcpu-info.h64 unsigned int processor_id; member
/arch/mips/mm/
A Dc-r4k.c943 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum()
944 unsigned int rev = c->processor_id & PRID_REV_MASK; in alias_74k_erratum()
1147 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in probe_pcache()
1149 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in probe_pcache()
1472 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in loongson3_sc_init()
/arch/arm/kernel/
A Dhead-common.S140 .long processor_id @ r0
A Dsetup.c79 unsigned int processor_id; variable
80 EXPORT_SYMBOL(processor_id);
/arch/mips/ath25/
A Dar5312.c234 if ((current_cpu_data.processor_id & 0xff) == 0x0a) in ar5312_init_devices()
/arch/x86/kernel/acpi/
A Dboot.c281 processor->processor_id, /* ACPI ID */ in acpi_parse_lapic()
300 processor->processor_id, /* ACPI ID */ in acpi_parse_sapic()

Completed in 42 milliseconds

12