Searched refs:sc_es (Results 1 – 13 of 13) sorted by relevance
60 int sc_es; member86 int sc_es; member
57 int sc_es; member78 int sc_es; member
103 frame.sf_sc.sc_es = tf->tf_es; in freebsd_sendsig()194 tf->tf_es = context.sc_es; in freebsd_sys_sigreturn()
41 uint32_t sc_es; member67 uint32_t sc_es; member
349 sc->sc_es = tf->tf_es & 0xFFFF; in linux32_save_sigcontext()442 if (scp->sc_es != 0 && !VALID_USER_DSEL32(scp->sc_es)) in linux32_restore_sigcontext()455 tf->tf_es = (register_t)scp->sc_es & 0xffff; in linux32_restore_sigcontext()
104 int sc_es; member
105 tf->tf_es = context.sc_es; in compat_16_sys___sigreturn14()187 frame.sf_sc.sc_es = tf->tf_es; in sendsig_sigcontext()
81 tf->tf_es = context.sc_es; in compat_13_sys_sigreturn()
129 frame.sf_sc.sc_es = tf->tf_es & 0xFFFF; in netbsd32_sendsig_sigcontext()204 tf->tf_es = context.sc_es & 0xFFFF; in compat_16_netbsd32___sigreturn14()
116 tf->tf_es = context.sc_es & 0xFFFF; in compat_13_netbsd32_sigreturn()
936 if (scp->sc_es != 0 && !VALID_USER_DSEL32(scp->sc_es)) in check_sigcontext32()
80 int sc_es; member
198 sc->sc_es = tf->tf_es; in linux_save_sigcontext()450 tf->tf_es = scp->sc_es; in linux_restore_sigcontext()