Symbol: PRID_IMP_LOONGSON_64C
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
35
slti t0, t0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_0)
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
66
slti t0, t0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_0)
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
89
beq s0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R1), 1f
arch/mips/include/asm/mach-loongson64/kernel-entry-init.h
90
beq s0, (PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R2), 1f
arch/mips/kernel/cpu-probe.c
1252
case PRID_IMP_LOONGSON_64C: /* Loongson-2/3 */
arch/mips/kernel/cpu-probe.c
1705
case PRID_IMP_LOONGSON_64C: /* Loongson-3 Classic */
arch/mips/kernel/idle.c
165
(PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_0) ||
arch/mips/kernel/perf_event_mipsxx.c
176
if ((boot_cpu_data.processor_id & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C)
arch/mips/loongson64/cpucfg-emul.c
156
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R1:
arch/mips/loongson64/cpucfg-emul.c
169
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R1:
arch/mips/loongson64/cpucfg-emul.c
17
PRID_IMP_LOONGSON_64C);
arch/mips/loongson64/cpucfg-emul.c
170
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3B_R2:
arch/mips/loongson64/cpucfg-emul.c
183
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_0:
arch/mips/loongson64/cpucfg-emul.c
184
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_1:
arch/mips/loongson64/cpucfg-emul.c
185
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R3_0:
arch/mips/loongson64/cpucfg-emul.c
186
case PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R3_1:
arch/mips/loongson64/env.c
317
if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) {
arch/mips/mm/c-r4k.c
1148
(PRID_IMP_LOONGSON_64C | PRID_REV_LOONGSON3A_R2_0) ||