Searched refs:r_esp (Results 1 – 8 of 8) sorted by relevance
65 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()
99 regs->r_esp = tp->tf_rsp; in fill_regs32()130 tp->tf_rsp = regs->r_esp; in set_regs32()
102 printf("ESP=%#" PRIxREGISTER "\n", r.r_esp); in ATF_TC_BODY()
133 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()
119 __uint32_t r_esp; member
549 l_regset->esp = b_reg->r_esp; in bsd_to_linux_regset32()
1034 regs->r_esp = tp->tf_esp; in fill_frame_regs()1065 tp->tf_esp = regs->r_esp; in set_regs()
52 #define r_rsp r_esp