Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/um/
H A Dsignal.c245 #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(B in copy_sc_to_user()
282 #undef PUTREG copy_sc_to_user() macro
[all...]
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsignal.c246 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] in copy_sc_to_user() macro
249 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(B in copy_sc_to_user()
283 #undef PUTREG copy_sc_to_user() macro
[all...]

Completed in 2 milliseconds