Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dframe.h96 int tf_vm86_ds; member
/freebsd/sys/i386/i386/
H A Dexec_machdep.c216 sf.sf_siginfo.si_sc.sc_ds = tf->tf_vm86_ds; in osendsig()
336 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds; in freebsd4_sendsig()
495 sf.sf_uc.uc_mcontext.mc_ds = tf->tf_vm86_ds; in sendsig()
591 tf->tf_vm86_ds = scp->sc_ds; in osigreturn()
701 tf->tf_vm86_ds = tf->tf_ds; in freebsd4_sigreturn()
810 tf->tf_vm86_ds = tf->tf_ds; in sys_sigreturn()
H A Ddb_trace.c118 reg = (uint16_t *)&tfp->tf_vm86_ds; in db_frame_seg()