Home
last modified time | relevance | path

Searched refs:tf_es (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Dkgdb_machdep.c183 gdb_regs[13] = regs->tf_es;
215 regs->tf_es = gdb_regs[13];
Ddb_interface.c124 regs->tf_es = ddb_regs.tf_es & 0xffff;
Dlinux_machdep.c155 frame.sf_sc.sc_es = tf->tf_es;
185 tf->tf_es = GSEL(GUDATA_SEL, SEL_UPL);
252 tf->tf_es = context.sc_es;
Dprocess_machdep.c185 regs->r_es = tf->tf_es & 0xffff;
283 tf->tf_es = regs->r_es & 0xffff;
Ddb_trace.c46 { "es", (long *)&ddb_regs.tf_es, FCN_NULL },
Dmachdep.c2021 frame.sf_sc.sc_es = tf->tf_es;
2061 tf->tf_es = GSEL(GUDATA_SEL, SEL_UPL);
2128 tf->tf_es = context.sc_es;
2471 tf->tf_es = LSEL(LUDATA_SEL, SEL_UPL);
/mirbsd/src/sys/arch/i386/include/
Dframe.h49 int tf_es; member