Searched refs:tf_ds (Results 1 – 7 of 7) sorted by relevance
142 ddb_regs.tf_ds &= 0xffff; in db_ktrap()159 regs->tf_ds = ddb_regs.tf_ds & 0xffff; in db_ktrap()
146 regs->r_ds = tf->tf_ds & 0xffff; in process_read_regs()248 tf->tf_ds = regs->r_ds & 0xffff; in process_write_regs()
47 { "ds", (long *)&ddb_regs.tf_ds, FCN_NULL },
103 member tf_ds
309 offsetof(struct trapframe, tf_ds)); in trap()
2416 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()
54 int tf_ds; member