Searched refs:DUMP_COP0_REG (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ |
| D | cps-vec-ns16550.S | 175 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ macro 184 DUMP_COP0_REG(CP0_CAUSE, "Cause: 0x", 32, mfc0) 185 DUMP_COP0_REG(CP0_STATUS, "Status: 0x", 32, mfc0) 186 DUMP_COP0_REG(CP0_EBASE, "EBase: 0x", long, MFC0) 187 DUMP_COP0_REG(CP0_BADVADDR, "BadVAddr: 0x", long, MFC0) 188 DUMP_COP0_REG(CP0_BADINSTR, "BadInstr: 0x", 32, mfc0)
|