Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dsignal.c249 PUTREG(GS, gs); in copy_sc_to_user()
250 PUTREG(FS, fs); in copy_sc_to_user()
251 PUTREG(ES, es); in copy_sc_to_user()
252 PUTREG(DS, ds); in copy_sc_to_user()
254 PUTREG(DI, di); in copy_sc_to_user()
255 PUTREG(SI, si); in copy_sc_to_user()
256 PUTREG(BP, bp); in copy_sc_to_user()
257 PUTREG(SP, sp); in copy_sc_to_user()
258 PUTREG(BX, bx); in copy_sc_to_user()
259 PUTREG(DX, dx); in copy_sc_to_user()
[all …]