Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsignal.h50 int sc_gs; /* machine state (struct trapframe) */ member
131 short sc_gs; member
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h54 l_uint sc_gs; member
182 l_ushort sc_gs; member
/freebsd/sys/i386/include/
H A Dsignal.h59 int sc_gs; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_genassym.c14 ASSYM(L_SC_GS, offsetof(struct l_sigcontext, sc_gs));
H A Dlinux32_sysvec.c208 frame.sf_uc.uc_mcontext.sc_gs = regs->tf_gs; in linux_rt_sendsig()
302 frame.sf_sc.sc_gs = regs->tf_gs; in linux_sendsig()
412 regs->tf_gs = frame.sf_sc.sc_gs; in linux_sigreturn()
481 regs->tf_gs = context->sc_gs; in linux_rt_sigreturn()
/freebsd/sys/i386/linux/
H A Dlinux_genassym.c13 ASSYM(L_SC_GS, offsetof(struct l_sigcontext, sc_gs));
H A Dlinux_sysvec.c202 frame.sf_uc.uc_mcontext.sc_gs = rgs(); in linux_rt_sendsig()
301 frame.sf_sc.sc_gs = rgs(); in linux_sendsig()
/freebsd/sys/compat/ia32/
H A Dia32_signal.h140 uint32_t sc_gs; member
/freebsd/sys/i386/i386/
H A Dgenassym.c164 ASSYM(SC_GS, offsetof(struct osigcontext, sc_gs));
H A Dexec_machdep.c190 sf.sf_siginfo.si_sc.sc_gs = rgs(); in osendsig()
213 sf.sf_siginfo.si_sc.sc_gs = tf->tf_vm86_gs; in osendsig()
594 tf->tf_vm86_gs = scp->sc_gs; in osigreturn()
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c397 sf.sf_siginfo.si_sc.sc_gs = regs->tf_gs; in ia32_osendsig()
722 regs->tf_gs = scp->sc_gs; in ofreebsd32_sigreturn()