Home
last modified time | relevance | path

Searched refs:r_eax (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c124 linux_r->eax = bsd_r->r_eax; in map_regs_to_linux()
129 linux_r->orig_eax = bsd_r->r_eax; in map_regs_to_linux()
146 bsd_r->r_eax = linux_r->eax; in map_regs_from_linux()
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c95 regs->r_eax = tp->tf_rax; in fill_regs32()
126 tp->tf_rax = regs->r_eax; in set_regs32()
/freebsd/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c97 printf("EAX=%#" PRIxREGISTER "\n", r.r_eax); in ATF_TC_BODY()
/freebsd/sys/x86/include/
H A Dreg.h113 __uint32_t r_eax; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c540 l_regset->eax = b_reg->r_eax; in bsd_to_linux_regset32()
545 l_regset->orig_eax = b_reg->r_eax; in bsd_to_linux_regset32()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1030 regs->r_eax = tp->tf_eax; in fill_frame_regs()
1061 tp->tf_eax = regs->r_eax; in set_regs()
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c48 #define r_rax r_eax