Searched refs:DUMP_COP0_REG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | cps-vec-ns16550.S | 189 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ macro 198 DUMP_COP0_REG(CP0_CAUSE, "Cause: 0x", 32, mfc0) 199 DUMP_COP0_REG(CP0_STATUS, "Status: 0x", 32, mfc0) 200 DUMP_COP0_REG(CP0_EBASE, "EBase: 0x", long, MFC0) 201 DUMP_COP0_REG(CP0_BADVADDR, "BadVAddr: 0x", long, MFC0) 202 DUMP_COP0_REG(CP0_BADINSTR, "BadInstr: 0x", 32, mfc0)
|