Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dframe.h59 int tf_ebx; member
84 int tf_ebx; member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c455 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_ebx; in linux_rt_sendsig()
555 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()
657 regs->tf_ebx = frame.sf_sc.sc_ebx; in linux_sigreturn()
737 regs->tf_ebx = context->sc_ebx; in linux_rt_sigreturn()
770 sa->args[0] = frame->tf_ebx; in linux_fetch_syscall_args()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c374 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()
829 regs->tf_ebx = scp->sc_ebx;
1175 regs->tf_ebx = (register_t)imgp->ps_strings; in exec_setregs()
1642 frame->tf_eax, frame->tf_ecx, frame->tf_edx, frame->tf_ebx); in DB_SHOW_COMMAND()
2754 pcb->pcb_ebx = tf->tf_ebx; in makectx()
2812 regs->r_ebx = tp->tf_ebx; in fill_frame_regs()
2843 tp->tf_ebx = regs->r_ebx; in set_regs()
2920 mcp->mc_ebx = tp->tf_ebx; in get_mcontext()
2978 tp->tf_ebx = mcp->mc_ebx; in set_mcontext()
H A Ddb_trace.c72 { "ebx", DB_OFFSET(tf_ebx), db_frame },