Home
last modified time | relevance | path

Searched refs:MIPS_PRID_CID_PREHISTORIC (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/mips/mips/
H A Dcache.c196 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()
202 if (MIPS_PRID_CID(cpu_id) != MIPS_PRID_CID_PREHISTORIC) in mips_config_cache()
H A Dmips_machdep.c1562 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()
1573 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC) in cpu_identify()
1584 if (MIPS_PRID_CID(cpu_id) == MIPS_PRID_CID_PREHISTORIC && in cpu_identify()
/netbsd/sys/arch/mips/include/
H A Dlocore.h737 #define MIPS_PRID_CID_PREHISTORIC 0x00 /* Not MIPS32/64 */ macro