Searched defs:ExcContext (Results 1 – 2 of 2) sorted by relevance
34 struct ExcContext { struct35 U32 r4; /* R4寄存器 */36 U32 r5; /* R5寄存器 */37 U32 r6; /* R6寄存器 */38 U32 r7; /* R7寄存器 */39 U32 r8; /* R8寄存器 */40 U32 r9; /* R9寄存器 */41 U32 r10; /* R10寄存器 */42 U32 r11; /* R11寄存器 */43 U32 basePri; /* 中断优先级屏蔽寄存器 */[all …]
64 } ExcContext; typedef