Home
last modified time | relevance | path

Searched refs:tf_ebx (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dframe.h56 int tf_ebx; member
81 int tf_ebx; member
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c209 frame.sf_uc.uc_mcontext.sc_ebx = regs->tf_ebx; in linux_rt_sendsig()
308 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()
405 regs->tf_ebx = frame.sf_sc.sc_ebx; in linux_sigreturn()
485 regs->tf_ebx = context->sc_ebx; in linux_rt_sigreturn()
519 sa->args[0] = frame->tf_ebx; in linux_fetch_syscall_args()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c180 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()
627 regs->tf_ebx = scp->sc_ebx; in osigreturn()
992 regs->tf_ebx = (register_t)imgp->ps_strings; in exec_setregs()
1027 regs->r_ebx = tp->tf_ebx; in fill_frame_regs()
1058 tp->tf_ebx = regs->r_ebx; in set_regs()
1135 mcp->mc_ebx = tp->tf_ebx; in get_mcontext()
1193 tp->tf_ebx = mcp->mc_ebx; in set_mcontext()
H A Ddb_trace.c68 { "ebx", DB_OFFSET(tf_ebx), db_frame },
H A Dmachdep.c729 frame->tf_eax, frame->tf_ecx, frame->tf_edx, frame->tf_ebx); in DB_SHOW_COMMAND()
1849 pcb->pcb_ebx = tf->tf_ebx; in makectx()
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c558 return (frame->tf_ebx); in dtrace_getreg()