Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c98 regs->r_ebx = tp->tf_rbx; in fill_regs32()
129 tp->tf_rbx = regs->r_ebx; in set_regs32()
/f-stack/freebsd/x86/include/
H A Dreg.h110 __uint32_t r_ebx; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c122 linux_r->ebx = bsd_r->r_ebx; in map_regs_to_linux()
144 bsd_r->r_ebx = linux_r->ebx; in map_regs_from_linux()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2812 regs->r_ebx = tp->tf_ebx; in fill_frame_regs()
2843 tp->tf_ebx = regs->r_ebx; in set_regs()