Home
last modified time | relevance | path

Searched refs:PUTREG (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/um/
Dsignal.c255 #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()
[all …]