Searched refs:DEBUG_REGS_BASE (Results 1 – 1 of 1) sorted by relevance
96 #define DEBUG_REGS_BASE (PIC_REGS_BASE + PIC_REGS_SIZE) macro102 #define DEBUG_HALT (DEBUG_REGS_BASE + 8) /* writes to this register will halt the emulator */105 #define DEBUG_MEMDUMPLEN (DEBUG_REGS_BASE + 16) /* set the length of memory to dump */106 #define DEBUG_MEMDUMP_BYTE (DEBUG_REGS_BASE + 20) /* trigger a memory dump in byte format */112 #define DEBUG_SET_TRACELEVEL_CPU (DEBUG_REGS_BASE + 32)113 #define DEBUG_SET_TRACELEVEL_UOP (DEBUG_REGS_BASE + 36)114 #define DEBUG_SET_TRACELEVEL_SYS (DEBUG_REGS_BASE + 40)115 #define DEBUG_SET_TRACELEVEL_MMU (DEBUG_REGS_BASE + 44)117 #define DEBUG_CYCLE_COUNT (DEBUG_REGS_BASE + 48)118 #define DEBUG_INS_COUNT (DEBUG_REGS_BASE + 52)[all …]
Completed in 3 milliseconds