Searched refs:PUTREG (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/um/ |
| H A D | signal.c | 119 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() macro 122 PUTREG(GS, gs); in copy_sc_to_user() 123 PUTREG(FS, fs); in copy_sc_to_user() 124 PUTREG(ES, es); in copy_sc_to_user() 125 PUTREG(DS, ds); in copy_sc_to_user() 127 PUTREG(DI, di); in copy_sc_to_user() 128 PUTREG(SI, si); in copy_sc_to_user() 129 PUTREG(BP, bp); in copy_sc_to_user() 130 PUTREG(SP, sp); in copy_sc_to_user() 131 PUTREG(BX, bx); in copy_sc_to_user() [all …]
|