Home
last modified time | relevance | path

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

/freebsd/tools/test/popss/
H A Dpopss.c65 printf("child %d stopped eip %#x esp %#x\n", child, r.r_eip, r.r_esp); in setup()
94 "dr6 %#x dr7 %#x\n", child, r.r_eip, r.r_esp, in setup()
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c99 regs->r_esp = tp->tf_rsp; in fill_regs32()
130 tp->tf_rsp = regs->r_esp; in set_regs32()
/freebsd/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c102 printf("ESP=%#" PRIxREGISTER "\n", r.r_esp); in ATF_TC_BODY()
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c133 linux_r->esp = bsd_r->r_esp; in map_regs_to_linux()
154 bsd_r->r_esp = linux_r->esp; in map_regs_from_linux()
/freebsd/sys/x86/include/
H A Dreg.h119 __uint32_t r_esp; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c549 l_regset->esp = b_reg->r_esp; in bsd_to_linux_regset32()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1034 regs->r_esp = tp->tf_esp; in fill_frame_regs()
1065 tp->tf_esp = regs->r_esp; in set_regs()
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c52 #define r_rsp r_esp