Home
last modified time | relevance | path

Searched refs:STRUCT_FIELD (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
HDxtensa_context.h67 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size macro
74 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; macro
101 STRUCT_FIELD (long, 4, XT_STK_EXIT, exit) /* exit point for dispatch */
102 STRUCT_FIELD (long, 4, XT_STK_PC, pc) /* return PC */
103 STRUCT_FIELD (long, 4, XT_STK_PS, ps) /* return PS */
104 STRUCT_FIELD (long, 4, XT_STK_A0, a0)
105 STRUCT_FIELD (long, 4, XT_STK_A1, a1) /* stack pointer before interrupt */
106 STRUCT_FIELD (long, 4, XT_STK_A2, a2)
107 STRUCT_FIELD (long, 4, XT_STK_A3, a3)
108 STRUCT_FIELD (long, 4, XT_STK_A4, a4)
[all …]