Searched defs:_trap_struct (Results 1 – 4 of 4) sorted by relevance
64 typedef struct _trap_struct { struct65 uint32 type;66 uint32 epc;67 uint32 cpsr;68 uint32 spsr;69 uint32 r0; /* a1 */70 uint32 r1; /* a2 */71 uint32 r2; /* a3 */72 uint32 r3; /* a4 */73 uint32 r4; /* v1 */[all …]
65 typedef struct _trap_struct { struct66 uint32 type;67 uint32 epc;68 uint32 cpsr;69 uint32 spsr;70 uint32 r0; /* a1 */71 uint32 r1; /* a2 */72 uint32 r2; /* a3 */73 uint32 r3; /* a4 */74 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 …]