Home
last modified time | relevance | path

Searched defs:switchframe (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/arch/sh3/include/
H A Dframe.h116 int sf_gbr;
117 int sf_sr;
118 int sf_pr;
119 int sf_r8;
120 int sf_r9;
121 int sf_r10;
122 int sf_r11;
123 int sf_r12;
124 int sf_r13;
125 int sf_r14;
[all …]
/netbsd/sys/arch/amd64/include/
H A Dframe.h111 struct switchframe { struct
112 uint64_t sf_r15;
113 uint64_t sf_r14;
114 uint64_t sf_r13;
115 uint64_t sf_r12;
116 uint64_t sf_rbx;
117 uint64_t sf_rip;
/netbsd/sys/arch/arm/include/arm32/
H A Dframe.h59 struct switchframe { struct
60 u_int sf_r4;
61 u_int sf_r5;
62 u_int sf_r6;
63 u_int sf_r7;
64 u_int sf_sp;
65 u_int sf_pc;
/netbsd/sys/arch/i386/include/
H A Dframe.h143 struct switchframe { struct
144 int sf_edi;
145 int sf_esi;
146 int sf_ebx;
147 int sf_eip;
/netbsd/sys/arch/powerpc/include/
H A Dframe.h186 struct switchframe { struct
187 __register_t sf_sp;
188 __register_t sf_lr;
189 __register_t sf_user_sr; /* VSID on IBM4XX */
190 __register_t sf_cr; /* why? CR is volatile. */
191 __register_t sf_fixreg2;
192 __register_t sf_fixreg[19]; /* R13-R31 */
/netbsd/sys/arch/m68k/include/
H A Dcpuframe.h145 struct switchframe { struct
146 u_int sf_pc;