Searched refs:MIPS_CP0FL_USE (Results 1 – 4 of 4) sorted by relevance
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 …]
457 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()
216 if ((cp0flags & MIPS_CP0FL_USE) == 0) in cpu_hwrena_setup()
864 #define MIPS_CP0FL_USE __BIT(0) /* use these flags */ macro