Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/ia32/
HDia32_reg.c93 regs->r_ebx = tp->tf_rbx; in fill_regs32()
124 tp->tf_rbx = regs->r_ebx; in set_regs32()
/freebsd-14-stable/contrib/netbsd-tests/kernel/arch/i386/
HDt_ptrace_wait.c98 printf("EBX=%#" PRIxREGISTER "\n", r.r_ebx); in ATF_TC_BODY()
/freebsd-14-stable/sys/i386/linux/
HDlinux_ptrace_machdep.c118 linux_r->ebx = bsd_r->r_ebx; in map_regs_to_linux()
140 bsd_r->r_ebx = linux_r->ebx; in map_regs_from_linux()
HDlinux_machdep.c661 l_regset->ebx = b_reg->r_ebx; in bsd_to_linux_regset()
/freebsd-14-stable/sys/x86/include/
HDreg.h112 __uint32_t r_ebx; member
/freebsd-14-stable/sys/amd64/linux32/
HDlinux32_machdep.c534 l_regset->ebx = b_reg->r_ebx; in bsd_to_linux_regset32()
/freebsd-14-stable/sys/i386/i386/
HDexec_machdep.c1029 regs->r_ebx = tp->tf_ebx; in fill_frame_regs()
1060 tp->tf_ebx = regs->r_ebx; in set_regs()
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
HDfasttrap_isa.c49 #define r_rbx r_ebx