/Linux-v4.19/arch/mips/loongson32/common/ |
D | setup.c | 21 unsigned int processor_id = (¤t_cpu_data)->processor_id; in get_system_type() local 23 switch (processor_id & PRID_REV_MASK) { in get_system_type()
|
/Linux-v4.19/arch/mips/kernel/ |
D | cpu-probe.c | 437 if ((c->processor_id & PRID_REV_MASK) <= PRID_REV_34K_V1_0_2) in check_errata() 1184 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_legacy() 1196 if ((c->processor_id & PRID_REV_MASK) == PRID_REV_R3000A) { in cpu_probe_legacy() 1217 if ((c->processor_id & PRID_REV_MASK) >= in cpu_probe_legacy() 1246 if ((c->processor_id & PRID_REV_MASK) >= in cpu_probe_legacy() 1268 switch (c->processor_id & 0xf0) { in cpu_probe_legacy() 1278 if ((c->processor_id & 0xf) < 0x3) { in cpu_probe_legacy() 1287 if ((c->processor_id & 0xf) < 0x4) { in cpu_probe_legacy() 1341 if ((c->processor_id & 0xf0) == (PRID_REV_TX3927 & 0xf0)) { in cpu_probe_legacy() 1346 switch (c->processor_id & PRID_REV_MASK) { in cpu_probe_legacy() [all …]
|
D | idle.c | 186 if ((c->processor_id & PRID_REV_MASK) >= PRID_REV_LOONGSON3A_R2) in check_wait() 224 if ((c->processor_id & 0xff) >= PRID_REV_ENCODE_332(2, 1, 0)) in check_wait() 240 if ((c->processor_id & 0xff) <= 0x64) in check_wait()
|
D | time.c | 80 if ((current_cpu_data.processor_id & 0xff) <= 0x30) in cpu_has_mfc0_count_bug()
|
D | proc.c | 40 unsigned int version = cpu_data[n].processor_id; in show_cpuinfo()
|
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | qman_test_stash.c | 156 unsigned int processor_id; member 161 unsigned int processor_id; member 321 hp_cpu->processor_id = smp_processor_id(); in create_per_cpu_handlers() 334 handler->processor_id = hp_cpu->processor_id; in create_per_cpu_handlers() 393 if (handler->processor_id != smp_processor_id()) { in init_handler() 503 if (hp_cpu->processor_id == smp_processor_id()) { in init_phase3() 508 smp_call_function_single(hp_cpu->processor_id, in init_phase3() 524 if (special_handler->processor_id != smp_processor_id()) { in send_first_frame() 603 if (special_handler->processor_id == smp_processor_id()) { in qman_test_stash() 608 smp_call_function_single(special_handler->processor_id, in qman_test_stash()
|
/Linux-v4.19/arch/mips/loongson64/common/ |
D | env.c | 48 unsigned int processor_id; in prom_init_env() local 191 processor_id = (¤t_cpu_data)->processor_id; in prom_init_env() 192 switch (processor_id & PRID_REV_MASK) { in prom_init_env()
|
D | platform.c | 25 if ((c->processor_id & PRID_REV_MASK) >= PRID_REV_LOONGSON2F) in loongson2_cpufreq_init()
|
/Linux-v4.19/arch/mips/vr41xx/common/ |
D | init.c | 46 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()
|
/Linux-v4.19/arch/mips/netlogic/xlr/ |
D | fmn-config.c | 188 int processor_id, num_core; in xlr_board_info_setup() local 191 processor_id = read_c0_prid() & PRID_IMP_MASK; in xlr_board_info_setup() 194 switch (processor_id) { in xlr_board_info_setup() 283 pr_err("Unknown CPU with processor ID [%d]\n", processor_id); in xlr_board_info_setup()
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-tauros2.c | 157 return !!((processor_id & 0x000f0000) == 0x000f0000); in cpuid_scheme() 215 if ((processor_id & 0xff0f0000) == 0x56050000) { in tauros2_internal_init()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | cputype.h | 113 extern unsigned int processor_id; 215 return processor_id; in read_cpuid_id()
|
/Linux-v4.19/drivers/tty/serial/ |
D | icom.h | 268 unsigned long processor_id; member 273 unsigned long processor_id; member
|
D | icom.c | 297 temp = (temp & ~start_proc[port].processor_id) | stop_proc[port].processor_id; in stop_processor() 328 temp = (temp & ~stop_proc[port].processor_id) | start_proc[port].processor_id; in start_processor() 564 writel(temp & ~int_mask_tbl[port].processor_id, int_mask_tbl[port].global_int_mask); in startup() 599 writel(temp | int_mask_tbl[port].processor_id, int_mask_tbl[port].global_int_mask); in shutdown()
|
/Linux-v4.19/arch/mips/netlogic/xlp/ |
D | dt.c | 51 switch (current_cpu_data.processor_id & PRID_IMP_MASK) { in xlp_dt_init()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | lppaca.h | 144 __be16 processor_id; member
|
/Linux-v4.19/drivers/acpi/ |
D | processor_core.c | 43 if (lapic->processor_id != acpi_id) in map_lapic_id() 79 } else if (lsapic->processor_id != acpi_id) in map_lsapic_id()
|
D | tables.c | 71 p->processor_id, p->id, in acpi_table_print_madt_entry() 127 p->processor_id, in acpi_table_print_madt_entry() 175 p->processor_id, p->id, p->eid, in acpi_table_print_madt_entry()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | cpu-info.h | 64 unsigned int processor_id; member
|
/Linux-v4.19/arch/mips/mm/ |
D | c-r4k.c | 1107 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum() 1108 unsigned int rev = c->processor_id & PRID_REV_MASK; in alias_74k_erratum() 1256 if (c->processor_id == 0x0c80U || c->processor_id == 0x0c81U || in probe_pcache() 1257 c->processor_id == 0x0c82U) { in probe_pcache() 1259 if (c->processor_id == 0x0c80U) in probe_pcache()
|
/Linux-v4.19/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 54 u32 processor_id; /* PRID, e.g. 6305, 6306 */ member
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 516 u8 processor_id; /* ACPI processor id */ member 553 u8 processor_id; /* ACPI processor id */ member 580 u8 processor_id; /* ACPI processor id */ member
|
/Linux-v4.19/arch/arm/kernel/ |
D | head-common.S | 138 .long processor_id @ r0
|
/Linux-v4.19/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 390 if ((current_cpu_data.processor_id & 0xff) == 0x20) in mipsxx_init()
|
/Linux-v4.19/arch/mips/pci/ |
D | pci-vr41xx.c | 150 else if (current_cpu_data.processor_id >= PRID_VR4131_REV2_1 && in vr41xx_pciu_init()
|