Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c105 regs->r_esp = tp->tf_rsp; in fill_regs32()
136 tp->tf_rsp = regs->r_esp; in set_regs32()
/f-stack/freebsd/x86/include/
H A Dreg.h119 __uint32_t r_esp; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c137 linux_r->esp = bsd_r->r_esp; in map_regs_to_linux()
158 bsd_r->r_esp = linux_r->esp; in map_regs_from_linux()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2819 regs->r_esp = tp->tf_esp; in fill_frame_regs()
2850 tp->tf_esp = regs->r_esp; in set_regs()