Searched refs:PRID_COMP_MASK (Results 1 – 11 of 11) sorted by relevance
54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY; in can_use_mips_counter()
34 #define PRID_COMP_MASK 0xff0000 macro
25 #define PRID_COMP_MASK 0xff0000 macro
92 switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) { in cpu_probe()
1771 switch (c->processor_id & PRID_COMP_MASK) { in cpu_probe_ingenic()1856 switch (c->processor_id & PRID_COMP_MASK) { in cpu_probe()
174 if ((boot_cpu_data.processor_id & PRID_COMP_MASK) == PRID_COMP_LEGACY) in get_loongson3_pmu_type()
225 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init()
14 switch (c->processor_id & PRID_COMP_MASK) { in is_loongson()
277 switch (c->processor_id & PRID_COMP_MASK) { in cpu_probe()
437 if ((prid & PRID_COMP_MASK) != PRID_COMP_BROADCOM) in cfe_die()
681 switch (read_c0_prid() & (PRID_OPT_MASK | PRID_COMP_MASK)) { in alchemy_get_cputype()
Completed in 23 milliseconds