Lines Matching refs:GETREG
167 #define GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname in copy_sc_from_user() macro
170 GETREG(GS, gs); in copy_sc_from_user()
171 GETREG(FS, fs); in copy_sc_from_user()
172 GETREG(ES, es); in copy_sc_from_user()
173 GETREG(DS, ds); in copy_sc_from_user()
175 GETREG(DI, di); in copy_sc_from_user()
176 GETREG(SI, si); in copy_sc_from_user()
177 GETREG(BP, bp); in copy_sc_from_user()
178 GETREG(SP, sp); in copy_sc_from_user()
179 GETREG(BX, bx); in copy_sc_from_user()
180 GETREG(DX, dx); in copy_sc_from_user()
181 GETREG(CX, cx); in copy_sc_from_user()
182 GETREG(AX, ax); in copy_sc_from_user()
183 GETREG(IP, ip); in copy_sc_from_user()
186 GETREG(R8, r8); in copy_sc_from_user()
187 GETREG(R9, r9); in copy_sc_from_user()
188 GETREG(R10, r10); in copy_sc_from_user()
189 GETREG(R11, r11); in copy_sc_from_user()
190 GETREG(R12, r12); in copy_sc_from_user()
191 GETREG(R13, r13); in copy_sc_from_user()
192 GETREG(R14, r14); in copy_sc_from_user()
193 GETREG(R15, r15); in copy_sc_from_user()
196 GETREG(CS, cs); in copy_sc_from_user()
197 GETREG(EFLAGS, flags); in copy_sc_from_user()
199 GETREG(SS, ss); in copy_sc_from_user()
202 #undef GETREG in copy_sc_from_user()