Searched defs:_trap_struct (Results 1 – 6 of 6) sorted by relevance
66 typedef struct _trap_struct { struct67 uint32 type;68 uint32 epc;69 uint32 cpsr;70 uint32 spsr;71 uint32 r0; /* a1 */72 uint32 r1; /* a2 */73 uint32 r2; /* a3 */74 uint32 r3; /* a4 */75 uint32 r4; /* v1 */[all …]
61 typedef struct _trap_struct { struct62 uint32 type;63 uint32 epc;64 uint32 cpsr;65 uint32 spsr;66 uint32 r0; /* a1 */67 uint32 r1; /* a2 */68 uint32 r2; /* a3 */69 uint32 r3; /* a4 */70 uint32 r4; /* v1 */[all …]