Home
last modified time | relevance | path

Searched refs:r_edx (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c99 regs->r_edx = tp->tf_rdx; in fill_regs32()
130 tp->tf_rdx = regs->r_edx; in set_regs32()
/f-stack/freebsd/x86/include/
H A Dreg.h111 __uint32_t r_edx; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c124 linux_r->edx = bsd_r->r_edx; in map_regs_to_linux()
146 bsd_r->r_edx = linux_r->edx; in map_regs_from_linux()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2813 regs->r_edx = tp->tf_edx; in fill_frame_regs()
2844 tp->tf_edx = regs->r_edx; in set_regs()