Searched refs:DUMP_COP0_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | cps-vec-ns16550.S | 179 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ macro 188 DUMP_COP0_REG(CP0_CAUSE, "Cause: 0x", 32, mfc0) 189 DUMP_COP0_REG(CP0_STATUS, "Status: 0x", 32, mfc0) 190 DUMP_COP0_REG(CP0_EBASE, "EBase: 0x", long, MFC0) 191 DUMP_COP0_REG(CP0_BADVADDR, "BadVAddr: 0x", long, MFC0) 192 DUMP_COP0_REG(CP0_BADINSTR, "BadInstr: 0x", 32, mfc0)
|