Searched refs:PRID_COMP_MASK (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dtimex.h54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY;
H A Dcpu.h34 #define PRID_COMP_MASK 0xff0000 macro
/linux-master/arch/loongarch/include/asm/
H A Dcpu.h25 #define PRID_COMP_MASK 0xff0000 macro
/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c91 switch (c->processor_id & (PRID_COMP_MASK | PRID_IMP_MASK)) {
H A Dcpu-probe.c1773 switch (c->processor_id & PRID_COMP_MASK) {
1858 switch (c->processor_id & PRID_COMP_MASK) {
H A Dperf_event_mipsxx.c174 if ((boot_cpu_data.processor_id & PRID_COMP_MASK) == PRID_COMP_LEGACY)
/linux-master/arch/mips/loongson64/
H A Dcpucfg-emul.c14 switch (c->processor_id & PRID_COMP_MASK) {
/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c225 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK);
/linux-master/arch/loongarch/kernel/
H A Dcpu-probe.c312 switch (c->processor_id & PRID_COMP_MASK) {
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c437 if ((prid & PRID_COMP_MASK) != PRID_COMP_BROADCOM)
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h684 switch (read_c0_prid() & (PRID_OPT_MASK | PRID_COMP_MASK)) {

Completed in 181 milliseconds