Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsignal.h55 int sc_es; member
137 short sc_es; member
/f-stack/freebsd/i386/include/
H A Dsignal.h52 int sc_es; member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c450 frame.sf_sc.uc_mcontext.sc_es = regs->tf_es; in linux_rt_sendsig()
550 frame.sf_sc.sc_es = regs->tf_es; in linux_sendsig()
652 regs->tf_es = frame.sf_sc.sc_es; in linux_sigreturn()
732 regs->tf_es = context->sc_es; in linux_rt_sigreturn()
H A Dlinux.h266 l_int sc_es; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c329 frame.sf_sc.uc_mcontext.sc_es = regs->tf_es; in linux_rt_sendsig()
423 frame.sf_sc.sc_es = regs->tf_es; in linux_sendsig()
537 regs->tf_es = frame.sf_sc.sc_es; in linux_sigreturn()
612 regs->tf_es = context->sc_es; in linux_rt_sigreturn()
H A Dlinux.h293 l_uint sc_es; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c394 sf.sf_siginfo.si_sc.sc_es = regs->tf_es; in ia32_osendsig()
725 regs->tf_es = scp->sc_es; in ofreebsd32_sigreturn()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c382 sf.sf_siginfo.si_sc.sc_es = regs->tf_es; in osendsig()
409 sf.sf_siginfo.si_sc.sc_es = tf->tf_vm86_es; in osendsig()
794 tf->tf_vm86_es = scp->sc_es;
823 regs->tf_es = scp->sc_es;
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1026 (unsigned long) uc->sc_es, in logRegisters()