Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c469 MIPS_CP0FL_USE |
476 MIPS_CP0FL_USE |
483 MIPS_CP0FL_USE |
491 MIPS_CP0FL_USE |
498 MIPS_CP0FL_USE |
505 MIPS_CP0FL_USE |
554 MIPS_CP0FL_USE |
563 MIPS_CP0FL_USE |
572 MIPS_CP0FL_USE |
581 MIPS_CP0FL_USE |
[all …]
H A Ddb_interface.c457 if ((cp0flags & MIPS_CP0FL_USE) != 0) { in db_cp0dump_cmd()
485 if ((cp0flags & MIPS_CP0FL_USE) != 0) { in db_cp0dump_cmd()
554 if (((cp0flags & MIPS_CP0FL_USE) == 0) || in db_cp0dump_cmd()
558 if (((cp0flags & MIPS_CP0FL_USE) == 0) || in db_cp0dump_cmd()
H A Dcpu_subr.c216 if ((cp0flags & MIPS_CP0FL_USE) == 0) in cpu_hwrena_setup()
/netbsd-src/sys/arch/mips/include/
H A Dlocore.h864 #define MIPS_CP0FL_USE __BIT(0) /* use these flags */ macro