Searched refs:LOG_SYS_REGS (Results 1 – 3 of 3) sorted by relevance
594 LOG_SYS_REGS = 1 << 4, // Log the status flags. enumerator598 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYS_REGS,
3392 if (parameters & LOG_SYS_REGS) { PrintSystemRegisters(); } in VisitException()3410 if (parameters & LOG_SYS_REGS) PrintSystemRegisters(); in VisitException()
1212 if (log_parameters() & LOG_SYS_REGS) PrintSystemRegister(id); in LogSystemRegister()