Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/include/
HDframe.h99 int tf_vm86_fs; member
/freebsd-14-stable/sys/i386/i386/
HDexec_machdep.c216 sf.sf_siginfo.si_sc.sc_fs = tf->tf_vm86_fs; in osendsig()
336 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in freebsd4_sendsig()
495 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs; in sendsig()
595 tf->tf_vm86_fs = scp->sc_fs; in osigreturn()
705 tf->tf_vm86_fs = tf->tf_fs; in freebsd4_sigreturn()
814 tf->tf_vm86_fs = tf->tf_fs; in sys_sigreturn()
HDdb_trace.c125 reg = (uint16_t *)&tfp->tf_vm86_fs; in db_frame_seg()