Home
last modified time | relevance | path

Searched refs:r_fs (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c86 regs->r_fs = tp->tf_fs; in fill_regs32()
91 regs->r_fs = _ufssel; in fill_regs32()
121 tp->tf_fs = regs->r_fs; in set_regs32()
/f-stack/freebsd/x86/include/
H A Dreg.h103 __uint32_t r_fs; member
141 __uint16_t r_fs; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c131 linux_r->xfs = bsd_r->r_fs; in map_regs_to_linux()
153 bsd_r->r_fs = linux_r->xfs; in map_regs_from_linux()
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c268 l_regset->fs = b_reg->r_fs; in map_regs_to_linux_regset()
295 b_reg->r_fs = 0; in map_regs_from_linux()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2129 regs->r_fs = tp->tf_fs; in fill_frame_regs()
2134 regs->r_fs = 0; in fill_frame_regs()
2175 tp->tf_fs = regs->r_fs; in set_regs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2806 regs->r_fs = tp->tf_fs; in fill_frame_regs()
2837 tp->tf_fs = regs->r_fs; in set_regs()