Searched refs:r_cs (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Dreg.h83 int r_cs; 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.h98 int64_t r_cs; member in struct:reg
/openbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c106 regs->r_cs = tf->tf_cs;
156 tf->tf_cs = regs->r_cs;
H A Dmachdep.c2134 sel = regs->r_cs & 0xffff;
/openbsd-current/sys/arch/i386/i386/
H A Dprocess_machdep.c156 regs->r_cs = tf->tf_cs & 0xffff;
242 !USERMODE(regs->r_cs, regs->r_eflags))
258 tf->tf_cs = regs->r_cs & 0xffff;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Damd64fbsd-nat.c67 REG_OFFSET (r_cs),
H A Di386bsd-nat.c64 REG_OFFSET (r_cs),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp294 reg_value = (uint64_t)m_gpr.r_cs;
492 m_gpr.r_cs = reg_value.GetAsUInt64();

Completed in 120 milliseconds