Symbol: PRID_IMP_MASK
arch/mips/bcm63xx/cpu.c
305
if ((read_c0_prid() & PRID_IMP_MASK) != PRID_IMP_BMIPS3300_ALT)
arch/mips/fw/cfe/cfe_api.c
443
switch (prid & PRID_IMP_MASK) {
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
29
andi t1, t0, PRID_IMP_MASK
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
34
andi t0, (PRID_IMP_MASK | PRID_REV_MASK)
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
60
andi t1, t0, PRID_IMP_MASK
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
65
andi t0, (PRID_IMP_MASK | PRID_REV_MASK)
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
88
andi s0, s0, (PRID_IMP_MASK | PRID_REV_MASK)
arch/mips/include/asm/mach-loongson64/loongson_regs.h
16
return ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G);
arch/mips/kernel/cpu-probe.c
1043
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1312
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1479
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1521
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1539
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1552
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1564
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1599
if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_BMIPS5200)
arch/mips/kernel/cpu-probe.c
1615
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1690
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-probe.c
1769
switch (c->processor_id & PRID_IMP_MASK) {
arch/mips/kernel/cpu-r3k-probe.c
91
switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) {
arch/mips/kernel/idle.c
164
if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >=
arch/mips/kernel/idle.c
166
(c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R)
arch/mips/kernel/perf_event_mipsxx.c
176
if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C)
arch/mips/kernel/perf_event_mipsxx.c
178
if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G)
arch/mips/loongson64/cpucfg-emul.c
139
switch (c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) {
arch/mips/loongson64/cpucfg-emul.c
16
return ((c->processor_id & PRID_IMP_MASK) ==
arch/mips/loongson64/env.c
109
is_loongson64g = (read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G;
arch/mips/loongson64/env.c
317
if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) {
arch/mips/loongson64/env.c
343
} else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) {
arch/mips/loongson64/env.c
345
} else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) {
arch/mips/loongson64/init.c
143
if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R)
arch/mips/loongson64/smp.c
762
prid_imp = read_c0_prid() & PRID_IMP_MASK;
arch/mips/mm/c-r4k.c
1147
if ((c->processor_id & (PRID_IMP_MASK | PRID_REV_MASK)) >=
arch/mips/mm/c-r4k.c
1149
(c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R)
arch/mips/mm/c-r4k.c
1230
if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 &&
arch/mips/mm/c-r4k.c
1472
if ((c->processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R)
arch/mips/mm/c-r4k.c
943
unsigned int imp = c->processor_id & PRID_IMP_MASK;
arch/mips/mti-malta/malta-time.c
225
unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK);
arch/mips/sni/setup.c
179
switch (read_c0_prid() & PRID_IMP_MASK) {