Home
last modified time | relevance | path

Searched refs:MIPS_PRID_CID (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c1168 if (MIPS_PRID_CID(cpu_id) != ct->cpu_cid || in mips_vector_init()
1188 if (MIPS_PRID_CID(cpu_id) != 0) { in mips_vector_init()
1517 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_CAVIUM) { in cpu_identify()
1524 if (MIPS_PRID_CID(fpu_id) == fputab[i].cpu_cid && in cpu_identify()
1540 switch (MIPS_PRID_CID(cpu_id)) { in cpu_identify()
1570 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()
1581 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()
1592 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC && in cpu_identify()
Dcache.c196 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()
198 else if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_MICROSOFT) in mips_config_cache()
202 if (MIPS_PRID_CID(cpu_id) != MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()
1084 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_CAVIUM) { in mips_config_cache_modern()
1343 switch (MIPS_PRID_CID(cpu_id)) { in mips_config_cache_modern()
/netbsd/src/sys/arch/mips/atheros/
Dar_conf.c172 const u_int cid = MIPS_PRID_CID(mips_options.mips_cpu_id); in atheros_set_platformsw()
/netbsd/src/sys/arch/mips/include/
Dlocore.h736 #define MIPS_PRID_CID(x) (((x) >> 16) & 0x00ff) /* Company ID */ macro