Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dframe.h99 int tf_vm86_ds; member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c410 sf.sf_siginfo.si_sc.sc_ds = tf->tf_vm86_ds; in osendsig()
530 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds; in freebsd4_sendsig()
689 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds; in sendsig()
793 tf->tf_vm86_ds = scp->sc_ds;
909 tf->tf_vm86_ds = tf->tf_ds;
1023 tf->tf_vm86_ds = tf->tf_ds;
H A Ddb_trace.c122 reg = (uint16_t *)&tfp->tf_vm86_ds; in db_frame_seg()