Searched refs:tf_es (Results 1 – 7 of 7) sorted by relevance
183 gdb_regs[13] = regs->tf_es;215 regs->tf_es = gdb_regs[13];
124 regs->tf_es = ddb_regs.tf_es & 0xffff;
155 frame.sf_sc.sc_es = tf->tf_es;185 tf->tf_es = GSEL(GUDATA_SEL, SEL_UPL);252 tf->tf_es = context.sc_es;
185 regs->r_es = tf->tf_es & 0xffff;283 tf->tf_es = regs->r_es & 0xffff;
46 { "es", (long *)&ddb_regs.tf_es, FCN_NULL },
2021 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);
49 int tf_es; member