Searched refs:PUTREG (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/um/ |
| H A D | signal.c | 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() 132 PUTREG(DX, dx); in copy_sc_to_user() [all …]
|