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

  /src/sys/arch/mips/mips/
db_interface.c 419 u_int cp0flags = mips_options.mips_cpu->cpu_cp0flags; local in function:db_cp0dump_cmd
457 if ((cp0flags & MIPS_CP0FL_USE) != 0) {
458 if ((cp0flags & MIPS_CP0FL_EIRR) != 0)
460 if ((cp0flags & MIPS_CP0FL_EIMR) != 0)
485 if ((cp0flags & MIPS_CP0FL_USE) != 0) {
486 if ((cp0flags & MIPS_CP0FL_EBASE) != 0)
488 if ((cp0flags & MIPS_CP0FL_CONFIG) != 0)
490 if ((cp0flags & MIPS_CP0FL_CONFIG1) != 0)
492 if ((cp0flags & MIPS_CP0FL_CONFIG2) != 0)
494 if ((cp0flags & MIPS_CP0FL_CONFIG3) != 0
    [all...]
cpu_subr.c 215 const int cp0flags = mips_options.mips_cpu->cpu_cp0flags; local in function:cpu_hwrena_setup
217 if ((cp0flags & MIPS_CP0FL_USE) == 0)

Completed in 11 milliseconds