Searched refs:r_ds (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Dreg.h85 int r_ds; member in struct:reg
/openbsd-current/sys/arch/i386/stand/libsa/
H A Ddebug_md.h38 &(r).r_cs , &(r).r_ss, &(r).r_ds, &(r).r_es, &(r).r_fs, \
/openbsd-current/sys/arch/amd64/include/
H A Dreg.h100 int64_t r_ds; member in struct:reg
/openbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c108 regs->r_ds = GSEL(GUDATA_SEL, SEL_UPL);
/openbsd-current/sys/arch/i386/i386/
H A Dprocess_machdep.c146 regs->r_ds = tf->tf_ds & 0xffff;
248 tf->tf_ds = regs->r_ds & 0xffff;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386bsd-nat.c66 REG_OFFSET (r_ds),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp306 reg_value = (uint64_t)m_gpr.r_ds;
504 m_gpr.r_ds = reg_value.GetAsUInt64();

Completed in 87 milliseconds