Searched refs:PUTREG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/um/ |
D | signal.c | 245 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() macro 248 PUTREG(GS, gs); in copy_sc_to_user() 249 PUTREG(FS, fs); in copy_sc_to_user() 250 PUTREG(ES, es); in copy_sc_to_user() 251 PUTREG(DS, ds); in copy_sc_to_user() 253 PUTREG(DI, di); in copy_sc_to_user() 254 PUTREG(SI, si); in copy_sc_to_user() 255 PUTREG(BP, bp); in copy_sc_to_user() 256 PUTREG(SP, sp); in copy_sc_to_user() 257 PUTREG(BX, bx); in copy_sc_to_user() [all …]
|