tf_fs             149 arch/i386/i386/db_interface.c 	regs->tf_fs     = ddb_regs.tf_fs & 0xffff;
tf_fs              49 arch/i386/i386/db_trace.c 	{ "fs",		(long *)&ddb_regs.tf_fs,     FCN_NULL },
tf_fs             179 arch/i386/i386/kgdb_machdep.c 	gdb_regs[14] = regs->tf_fs;
tf_fs             244 arch/i386/i386/kvm86.c 	tf->tf_ds = tf->tf_es = tf->tf_fs = tf->tf_gs = 0;
tf_fs             148 arch/i386/i386/linux_machdep.c 		frame.sf_sc.sc_fs = tf->tf_fs;
tf_fs             242 arch/i386/i386/linux_machdep.c 		tf->tf_fs = context.sc_fs;
tf_fs            2217 arch/i386/i386/machdep.c 		frame.sf_sc.sc_fs = tf->tf_fs;
tf_fs            2257 arch/i386/i386/machdep.c 	tf->tf_fs = GSEL(GUDATA_SEL, SEL_UPL);
tf_fs            2325 arch/i386/i386/machdep.c 		tf->tf_fs = context.sc_fs;
tf_fs            2667 arch/i386/i386/machdep.c 	tf->tf_fs = LSEL(LUDATA_SEL, SEL_UPL);
tf_fs             168 arch/i386/i386/process_machdep.c 		regs->r_fs = tf->tf_fs & 0xffff;
tf_fs             287 arch/i386/i386/process_machdep.c 		tf->tf_fs = regs->r_fs & 0xffff;
tf_fs              86 arch/i386/i386/svr4_machdep.c 		r[SVR4_X86_FS] = tf->tf_fs;
tf_fs             178 arch/i386/i386/svr4_machdep.c 		tf->tf_fs = r[SVR4_X86_FS];
tf_fs             306 arch/i386/i386/trap.c 				    offsetof(struct trapframe, tf_fs));
tf_fs              51 arch/i386/include/frame.h 	int	tf_fs;