Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c678 MIPS_CP0FL_CONFIG3 | MIPS_CP0FL_CONFIG4,
686 MIPS_CP0FL_CONFIG3 | MIPS_CP0FL_CONFIG4 | MIPS_CP0FL_CONFIG5 |
1194 if (opts->mips_cpu->cpu_cp0flags & MIPS_CP0FL_CONFIG4) in mips_vector_init()
Ddb_interface.c496 if ((cp0flags & MIPS_CP0FL_CONFIG4) != 0) in db_cp0dump_cmd()
/netbsd/src/sys/arch/mips/include/
Dlocore.h874 #define MIPS_CP0FL_CONFIG4 __BIT(10) /* XXX probeable - shouldn't be hard coded */ macro