Home
last modified time | relevance | path

Searched refs:tf_rbx (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/amd64/ia32/
H A Dia32_signal.c174 mcp->mc_ebx = tp->tf_rbx; in ia32_get_mcontext()
235 tp->tf_rbx = mcp->mc_ebx; in ia32_set_mcontext()
387 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx; in ia32_osendsig()
473 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in freebsd4_ia32_sendsig()
598 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in ia32_sendsig()
725 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn()
796 regs->tf_rbx = ucp->uc_mcontext.mc_ebx; in freebsd4_freebsd32_sigreturn()
896 regs->tf_rbx = ucp->uc_mcontext.mc_ebx; in freebsd32_sigreturn()
948 regs->tf_rbx = (register_t)imgp->ps_strings; in ia32_setregs()
H A Dia32_reg.c92 regs->r_ebx = tp->tf_rbx; in fill_regs32()
123 tp->tf_rbx = regs->r_ebx; in set_regs32()
/freebsd/sys/x86/include/
H A Dframe.h127 register_t tf_rbx; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c201 frame.sf_uc.uc_mcontext.sc_ebx = regs->tf_rbx; in linux_rt_sendsig()
309 frame.sf_sc.sc_ebx = regs->tf_rbx; in linux_sendsig()
403 regs->tf_rbx = frame.sf_sc.sc_ebx; in linux_sigreturn()
488 regs->tf_rbx = context->sc_ebx; in linux_rt_sigreturn()
523 sa->args[0] = frame->tf_rbx; in linux32_fetch_syscall_args()
603 regs->tf_rbx = (register_t)imgp->ps_strings; in linux_exec_setregs()
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c434 regs->r_rbx = tp->tf_rbx; in fill_frame_regs()
480 tp->tf_rbx = regs->r_rbx; in set_regs()
609 mcp->mc_rbx = tp->tf_rbx; in get_mcontext()
690 tp->tf_rbx = mcp->mc_rbx; in set_mcontext()
H A Dgdb_machdep.c102 case GDB_REG_RBX: kdb_frame->tf_rbx = regval; break; in gdb_cpu_setreg()
H A Ddb_trace.c68 { "rbx", DB_OFFSET(tf_rbx), db_frame },
H A Dtrap.c934 frame->tf_rbx, frame->tf_rbp); in trap_fatal()
997 frame->tf_rax, frame->tf_rdx, frame->tf_rbx, in dblfault_handler()
H A Dgenassym.c170 ASSYM(TF_RBX, offsetof(struct trapframe, tf_rbx));
H A Dmachdep.c1733 pcb->pcb_rbx = tf->tf_rbx; in makectx()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c368 error = copyin((void *)regs->tf_rbx, &sf, sizeof(sf)); in linux_rt_sigreturn()
419 regs->tf_rbx = context->sc_rbx; in linux_rt_sigreturn()
578 sf.sf_uc.uc_mcontext.sc_rbx = regs->tf_rbx; in linux_rt_sendsig()
/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c116 tf->tf_r9, tf->tf_rax, tf->tf_rbx, tf->tf_rbp, tf->tf_r10, in report_exc()
/freebsd/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c530 return (frame->tf_rbx); in dtrace_getreg()