Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/i386/
H A Ddb_interface.c142 ddb_regs.tf_ds &= 0xffff; in db_ktrap()
159 regs->tf_ds = ddb_regs.tf_ds & 0xffff; in db_ktrap()
H A Dprocess_machdep.c146 regs->r_ds = tf->tf_ds & 0xffff; in process_read_regs()
248 tf->tf_ds = regs->r_ds & 0xffff; in process_write_regs()
H A Ddb_trace.c47 { "ds", (long *)&ddb_regs.tf_ds, FCN_NULL },
H A Dgenassym.cf103 member tf_ds
H A Dtrap.c309 offsetof(struct trapframe, tf_ds)); in trap()
H A Dmachdep.c2416 frame.sf_sc.sc_ds = tf->tf_ds; in sendsig()
2446 tf->tf_ds = GSEL(GUDATA_SEL, SEL_UPL); in sendsig()
2510 tf->tf_ds = ksc.sc_ds; in sys_sigreturn()
2899 tf->tf_ds = GSEL(GUDATA_SEL, SEL_UPL); in setregs()
/openbsd/sys/arch/i386/include/
H A Dframe.h54 int tf_ds; member