Home
last modified time | relevance | path

Searched refs:mc_ebx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/include/
H A Ducontext.h47 __register_t mc_ebx; member
/f-stack/freebsd/x86/include/
H A Ducontext.h60 __register_t mc_ebx; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c176 mcp->mc_ebx = tp->tf_rbx; in ia32_get_mcontext()
234 tp->tf_rbx = mcp->mc_ebx; in ia32_set_mcontext()
470 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in freebsd4_ia32_sendsig()
603 sf.sf_uc.uc_mcontext.mc_ebx = regs->tf_rbx; in ia32_sendsig()
807 regs->tf_rbx = ucp->uc_mcontext.mc_ebx;
912 regs->tf_rbx = ucp->uc_mcontext.mc_ebx;
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c960 (unsigned long) uc->uc_mcontext.mc_ebx, in logRegisters()
961 (unsigned long) uc->uc_mcontext.mc_ebx, in logRegisters()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2920 mcp->mc_ebx = tp->tf_ebx; in get_mcontext()
2978 tp->tf_ebx = mcp->mc_ebx; in set_mcontext()