Home
last modified time | relevance | path

Searched refs:PRID_IMP_MASK (Results 1 – 16 of 16) sorted by relevance

/linux/arch/mips/include/asm/mach-loongson64/
A Dkernel-entry-init.h29 andi t1, t0, PRID_IMP_MASK
34 andi t0, (PRID_IMP_MASK | PRID_REV_MASK)
60 andi t1, t0, PRID_IMP_MASK
65 andi t0, (PRID_IMP_MASK | PRID_REV_MASK)
88 andi s0, s0, (PRID_IMP_MASK | PRID_REV_MASK)
A Dloongson_regs.h16 return ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G); in cpu_has_cfg()
/linux/arch/mips/kernel/
A Didle.c181 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in check_wait()
183 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in check_wait()
A Dcpu-probe.c1039 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_legacy()
1371 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_mips()
1538 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_alchemy()
1576 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sibyte()
1594 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_sandcraft()
1607 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_nxp()
1619 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_broadcom()
1654 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_BMIPS5200) in cpu_probe_broadcom()
1668 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_cavium()
1740 switch (c->processor_id & PRID_IMP_MASK) { in cpu_probe_loongson()
[all …]
A Dcpu-r3k-probe.c92 switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) { in cpu_probe()
A Dperf_event_mipsxx.c176 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()
/linux/arch/mips/loongson64/
A Dcpucfg-emul.c16 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()
A Denv.c190 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) { in prom_lefi_init_env()
216 } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) { in prom_lefi_init_env()
A Dinit.c125 if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in prom_init()
A Dsmp.c792 prid_imp = read_c0_prid() & PRID_IMP_MASK; in play_dead()
/linux/arch/mips/include/asm/
A Dtimex.h90 unsigned int imp = prid & PRID_IMP_MASK; in random_get_entropy()
A Dcpu.h60 #define PRID_IMP_MASK 0xff00 macro
/linux/arch/mips/sni/
A Dsetup.c177 switch (read_c0_prid() & PRID_IMP_MASK) { in plat_mem_setup()
/linux/arch/mips/mti-malta/
A Dmalta-time.c223 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init()
/linux/arch/mips/mm/
A Dc-r4k.c1054 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum()
1302 if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >= in probe_pcache()
1304 (c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in probe_pcache()
1385 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache()
1627 if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) in loongson3_sc_init()
/linux/arch/mips/bcm63xx/
A Dcpu.c305 if ((read_c0_prid() & PRID_IMP_MASK) != PRID_IMP_BMIPS3300_ALT) in bcm63xx_cpu_init()

Completed in 23 milliseconds