HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_CP0FL_USE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_machdep.c 469 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...]
db_interface.c 457 if ((cp0flags & MIPS_CP0FL_USE) != 0) {
485 if ((cp0flags & MIPS_CP0FL_USE) != 0) {
554 if (((cp0flags & MIPS_CP0FL_USE) == 0) ||
558 if (((cp0flags & MIPS_CP0FL_USE) == 0) ||
cpu_subr.c 217 if ((cp0flags & MIPS_CP0FL_USE) == 0)
  /src/sys/arch/mips/include/
locore.h 864 #define MIPS_CP0FL_USE __BIT(0) /* use these flags */

Completed in 16 milliseconds