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

/freebsd-13-stable/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c44 memcpy(&uc->uc_mcontext.mc_fs, &r->r_fs, 18*4);
51 memcpy(&r->r_fs, &uc->uc_mcontext.mc_fs, 18*4);
/freebsd-13-stable/usr.bin/gcore/
H A Delf32core.c20 rd->r_fs = rs->r_fs;
/freebsd-13-stable/sys/x86/include/
H A Dreg.h103 __uint32_t r_fs; member in struct:__reg32
141 __uint16_t r_fs; member in struct:__reg64
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_reg.c86 regs->r_fs = tp->tf_fs;
91 regs->r_fs = _ufssel;
121 tp->tf_fs = regs->r_fs;
/freebsd-13-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c116 printf("FS=%#" PRIxREGISTER "\n", r.r_fs);
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_ptrace.c131 linux_r->xfs = bsd_r->r_fs;
153 bsd_r->r_fs = linux_r->xfs;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_ptrace.c268 l_regset->fs = b_reg->r_fs;
295 b_reg->r_fs = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp632 reg_value = (uint32_t)m_gpr.r_fs;
920 m_gpr.r_fs = reg_value.GetAsUInt32();
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c813 sel = rp->r_fs;
1824 case REG_FS: return (rp->r_fs);
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c2115 regs->r_fs = tp->tf_fs;
2120 regs->r_fs = 0;
2161 tp->tf_fs = regs->r_fs;
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c75 WORD r_es, r_ds, r_fs, r_gs; member in struct:DPMI_regs
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c2814 regs->r_fs = tp->tf_fs;
2845 tp->tf_fs = regs->r_fs;

Completed in 117 milliseconds