MIPS32_C0_STATUS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MIPS32_C0_STATUS macro

Syntax

#define MIPS32_C0_STATUS 12

References

LocationText
mips32.h:848
#define MIPS32_C0_STATUS 12
mips32.c:1055
retval = mips32_cp0_read(ejtag_info, &status_value, MIPS32_C0_STATUS, 0);
mips32.c:1552
if (cp0_regs->reg == MIPS32_C0_STATUS && cp0_regs->sel == 0) {
mips32.c:1603
if (cp0_reg == MIPS32_C0_STATUS && cp0_sel == 0) {