Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/um/
Dsignal.c247 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() macro
250 PUTREG(GS, gs); in copy_sc_to_user()
251 PUTREG(FS, fs); in copy_sc_to_user()
252 PUTREG(ES, es); in copy_sc_to_user()
253 PUTREG(DS, ds); in copy_sc_to_user()
255 PUTREG(DI, di); in copy_sc_to_user()
256 PUTREG(SI, si); in copy_sc_to_user()
257 PUTREG(BP, bp); in copy_sc_to_user()
258 PUTREG(SP, sp); in copy_sc_to_user()
259 PUTREG(BX, bx); in copy_sc_to_user()
[all …]