Searched refs:r_eax (Results 1 – 4 of 4) sorted by relevance
101 regs->r_eax = tp->tf_rax; in fill_regs32()132 tp->tf_rax = regs->r_eax; in set_regs32()
128 linux_r->eax = bsd_r->r_eax; in map_regs_to_linux()133 linux_r->orig_eax = bsd_r->r_eax; in map_regs_to_linux()150 bsd_r->r_eax = linux_r->eax; in map_regs_from_linux()
113 __uint32_t r_eax; member
2815 regs->r_eax = tp->tf_eax; in fill_frame_regs()2846 tp->tf_eax = regs->r_eax; in set_regs()