Home
last modified time | relevance | path

Searched refs:tf_vm86_es (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dframe.h95 int tf_vm86_es; member
/freebsd/sys/i386/i386/
H A Dexec_machdep.c215 sf.sf_siginfo.si_sc.sc_es = tf->tf_vm86_es; in osendsig()
335 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es; in freebsd4_sendsig()
494 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es; in sendsig()
592 tf->tf_vm86_es = scp->sc_es; in osigreturn()
702 tf->tf_vm86_es = tf->tf_es; in freebsd4_sigreturn()
811 tf->tf_vm86_es = tf->tf_es; in sys_sigreturn()
H A Ddb_trace.c121 reg = (uint16_t *)&tfp->tf_vm86_es; in db_frame_seg()