Searched refs:sc_es (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dsignal.h52 int sc_es; member in struct:osigcontext
/freebsd-13-stable/sys/x86/include/
H A Dsignal.h55 int sc_es; member in struct:sigcontext
137 short sc_es; member in struct:sigcontext
/freebsd-13-stable/sys/compat/ia32/
H A Dia32_signal.h135 u_int32_t sc_es; member in struct:ia32_sigcontext3
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c450 frame.sf_sc.uc_mcontext.sc_es = regs->tf_es;
550 frame.sf_sc.sc_es = regs->tf_es;
652 regs->tf_es = frame.sf_sc.sc_es;
732 regs->tf_es = context->sc_es;
H A Dlinux.h266 l_int sc_es; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c329 frame.sf_sc.uc_mcontext.sc_es = regs->tf_es;
423 frame.sf_sc.sc_es = regs->tf_es;
537 regs->tf_es = frame.sf_sc.sc_es;
612 regs->tf_es = context->sc_es;
H A Dlinux.h293 l_uint sc_es; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_signal.c394 sf.sf_siginfo.si_sc.sc_es = regs->tf_es;
725 regs->tf_es = scp->sc_es;
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c382 sf.sf_siginfo.si_sc.sc_es = regs->tf_es;
409 sf.sf_siginfo.si_sc.sc_es = tf->tf_vm86_es;
794 tf->tf_vm86_es = scp->sc_es;
823 regs->tf_es = scp->sc_es;

Completed in 293 milliseconds