Searched refs:STRUCT_FIELD (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 23 #undef STRUCT_FIELD 30 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size macro 35 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; macro 46 STRUCT_FIELD (long, 4, RV_STK_MEPC, mepc) /* Machine Exception Program Counter */ 47 STRUCT_FIELD (long, 4, RV_STK_RA, ra) /* Return address */ 48 STRUCT_FIELD (long, 4, RV_STK_SP, sp) /* Stack pointer */ 49 STRUCT_FIELD (long, 4, RV_STK_GP, gp) /* Global pointer */ 50 STRUCT_FIELD (long, 4, RV_STK_TP, tp) /* Thread pointer */ 51 STRUCT_FIELD (long, 4, RV_STK_T0, t0) /* Temporary/alternate link register */ 52 STRUCT_FIELD (long, 4, RV_STK_T1, t1) /* t1-2: Temporaries */ [all …]
|
/hal_espressif-3.6.0/components/xtensa/include/xtensa/ |
D | xtensa_context.h | 62 #undef STRUCT_FIELD 70 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size macro 77 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; macro 104 STRUCT_FIELD (long, 4, XT_STK_EXIT, exit) /* exit point for dispatch */ 105 STRUCT_FIELD (long, 4, XT_STK_PC, pc) /* return PC */ 106 STRUCT_FIELD (long, 4, XT_STK_PS, ps) /* return PS */ 107 STRUCT_FIELD (long, 4, XT_STK_A0, a0) 108 STRUCT_FIELD (long, 4, XT_STK_A1, a1) /* stack pointer before interrupt */ 109 STRUCT_FIELD (long, 4, XT_STK_A2, a2) 110 STRUCT_FIELD (long, 4, XT_STK_A3, a3) [all …]
|
D | xtruntime-frames.h | 35 #define STRUCT_FIELD(ctype,size,pre,name) pre##name: .space size macro 41 #define STRUCT_FIELD(ctype,size,pre,name) ctype name; macro 57 STRUCT_FIELD (long,4,KEXC_,pc) /* "parm" */ 58 STRUCT_FIELD (long,4,KEXC_,ps) 60 STRUCT_FIELD (long,4,KEXC_,sar) /* "save" */ 62 STRUCT_FIELD (long,4,KEXC_,lcount) 63 STRUCT_FIELD (long,4,KEXC_,lbeg) 64 STRUCT_FIELD (long,4,KEXC_,lend) 67 STRUCT_FIELD (long,4,KEXC_,acclo) 68 STRUCT_FIELD (long,4,KEXC_,acchi) [all …]
|
D | xtruntime-core-state.h | 48 STRUCT_FIELD (long,4,CS_SA_,signature) // for checking whether state was saved 49 STRUCT_FIELD (long,4,CS_SA_,restore_label) 50 STRUCT_FIELD (long,4,CS_SA_,aftersave_label) 54 STRUCT_FIELD (long,4,CS_SA_,caller_regs_saved) // flag to show if caller regs saved 57 STRUCT_FIELD (long,4,CS_SA_,pwrctl) 60 STRUCT_FIELD (long,4,CS_SA_,windowbase) 61 STRUCT_FIELD (long,4,CS_SA_,windowstart) 63 STRUCT_FIELD (long,4,CS_SA_,sar) 65 STRUCT_FIELD (long,4,CS_SA_,epc1) 66 STRUCT_FIELD (long,4,CS_SA_,ps) [all …]
|