Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dframe.h98 int tf_vm86_es; member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c409 sf.sf_siginfo.si_sc.sc_es = tf->tf_vm86_es; in osendsig()
529 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es; in freebsd4_sendsig()
688 sf.sf_uc.uc_mcontext.mc_es = tf->tf_vm86_es; in sendsig()
794 tf->tf_vm86_es = scp->sc_es;
910 tf->tf_vm86_es = tf->tf_es;
1024 tf->tf_vm86_es = tf->tf_es;
H A Ddb_trace.c125 reg = (uint16_t *)&tfp->tf_vm86_es; in db_frame_seg()