Searched refs:r_fs (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Dreg.h87 int r_fs; 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.h102 int64_t r_fs; member in struct:reg
/openbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c110 regs->r_fs = GSEL(GUDATA_SEL, SEL_UPL);
/openbsd-current/sys/arch/i386/i386/
H A Dprocess_machdep.c144 regs->r_fs = tf->tf_fs & 0xffff;
246 tf->tf_fs = regs->r_fs & 0xffff;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386bsd-nat.c69 REG_OFFSET (r_fs),
H A Dconfigure7620 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
7621 echo $ac_n "checking for r_fs in struct reg""... $ac_c" 1>&6
7622 echo "configure:7623: checking for r_fs in struct reg" >&5
7631 struct reg r; r.r_fs;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp297 reg_value = (uint64_t)m_gpr.r_fs;
495 m_gpr.r_fs = reg_value.GetAsUInt64();

Completed in 141 milliseconds