Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/powerpc64/include/
H A Dframe.h79 struct switchframe { struct
80 register_t sf_sp;
81 register_t sf_cr;
82 register_t sf_lr; /* unused */
83 register_t sf_toc; /* unused */
84 register_t sf_r14;
85 register_t sf_r15;
86 register_t sf_r16;
87 register_t sf_r17;
88 register_t sf_r18;
[all …]
/openbsd-src/sys/arch/arm64/include/
H A Dframe.h55 struct switchframe { struct
56 register_t sf_x19;
57 register_t sf_x20;
58 register_t sf_x21;
59 register_t sf_x22;
60 register_t sf_x23;
61 register_t sf_x24;
62 register_t sf_x25;
63 register_t sf_x26;
64 register_t sf_x27;
[all …]
/openbsd-src/sys/arch/sh/include/
H A Dframe.h116 struct switchframe { struct
117 int sf_r15;
118 int sf_r14;
119 int sf_r13;
120 int sf_r12;
121 int sf_r11;
122 int sf_r10;
123 int sf_r9;
124 int sf_r8;
125 int sf_pr;
[all …]
/openbsd-src/sys/arch/powerpc/include/
H A Dframe.h42 struct switchframe { struct
43 spswitchframe global() argument
44 fillswitchframe global() argument
45 user_srswitchframe global() argument
46 crswitchframe global() argument
47 fixreg2switchframe global() argument
48 fixregswitchframe global() argument
/openbsd-src/sys/arch/amd64/include/
H A Dframe.h158 struct switchframe { struct
159 int64_t sf_r15;
160 int64_t sf_r14;
161 int64_t sf_r13;
162 int64_t sf_r12;
163 int64_t sf_rbp;
164 int64_t sf_rbx;
165 int64_t sf_rip;
/openbsd-src/sys/arch/riscv64/include/
H A Dframe.h86 struct switchframe { struct
87 register_t sf_s[12];
88 register_t sf_ra;
89 register_t sf_pad;
/openbsd-src/sys/arch/arm/include/
H A Dframe.h153 struct switchframe { struct
154 u_int sf_pad;
155 u_int sf_r4;
156 u_int sf_r5;
157 u_int sf_r6;
158 u_int sf_r7;
159 u_int sf_pc;
/openbsd-src/sys/arch/i386/include/
H A Dframe.h149 struct switchframe { struct
150 int sf_edi;
151 int sf_esi;
152 int sf_ebx;
153 int sf_eip;