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

/freebsd-10.3-release/sys/x86/include/
H A Dframe.h98 int tf_vm86_fs; member in struct:trapframe_vm86
/freebsd-10.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c123 r[SVR4_X86_FS] = tf->tf_vm86_fs;
235 tf->tf_vm86_fs = r[SVR4_X86_FS];
/freebsd-10.3-release/sys/i386/i386/
H A Dmachdep.c459 sf.sf_siginfo.si_sc.sc_fs = tf->tf_vm86_fs;
582 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs;
753 sf.sf_uc.uc_mcontext.mc_fs = tf->tf_vm86_fs;
864 tf->tf_vm86_fs = scp->sc_fs;
980 tf->tf_vm86_fs = tf->tf_fs;
1094 tf->tf_vm86_fs = tf->tf_fs;

Completed in 55 milliseconds