Lines Matching refs:PUTREG
246 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() macro
249 PUTREG(GS, gs); in copy_sc_to_user()
250 PUTREG(FS, fs); in copy_sc_to_user()
251 PUTREG(ES, es); in copy_sc_to_user()
252 PUTREG(DS, ds); in copy_sc_to_user()
254 PUTREG(DI, di); in copy_sc_to_user()
255 PUTREG(SI, si); in copy_sc_to_user()
256 PUTREG(BP, bp); in copy_sc_to_user()
257 PUTREG(SP, sp); in copy_sc_to_user()
258 PUTREG(BX, bx); in copy_sc_to_user()
259 PUTREG(DX, dx); in copy_sc_to_user()
260 PUTREG(CX, cx); in copy_sc_to_user()
261 PUTREG(AX, ax); in copy_sc_to_user()
263 PUTREG(R8, r8); in copy_sc_to_user()
264 PUTREG(R9, r9); in copy_sc_to_user()
265 PUTREG(R10, r10); in copy_sc_to_user()
266 PUTREG(R11, r11); in copy_sc_to_user()
267 PUTREG(R12, r12); in copy_sc_to_user()
268 PUTREG(R13, r13); in copy_sc_to_user()
269 PUTREG(R14, r14); in copy_sc_to_user()
270 PUTREG(R15, r15); in copy_sc_to_user()
276 PUTREG(IP, ip); in copy_sc_to_user()
277 PUTREG(CS, cs); in copy_sc_to_user()
278 PUTREG(EFLAGS, flags); in copy_sc_to_user()
280 PUTREG(SP, sp_at_signal); in copy_sc_to_user()
281 PUTREG(SS, ss); in copy_sc_to_user()
283 #undef PUTREG in copy_sc_to_user()