Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dframe.h100 int tf_vm86_fs; member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c408 sf.sf_siginfo.si_sc.sc_fs = tf->tf_vm86_fs; in osendsig()
528 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in freebsd4_sendsig()
687 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in sendsig()
795 tf->tf_vm86_fs = scp->sc_fs;
911 tf->tf_vm86_fs = tf->tf_fs;
1025 tf->tf_vm86_fs = tf->tf_fs;
H A Ddb_trace.c128 reg = (uint16_t *)&tfp->tf_vm86_fs; in db_frame_seg()