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