Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Ducontext.h43 __register_t mc_edi; member
/f-stack/freebsd/x86/include/
H A Ducontext.h56 __register_t mc_edi; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c163 mcp->mc_edi = tp->tf_rdi; in ia32_get_mcontext()
231 tp->tf_rdi = mcp->mc_edi; in ia32_set_mcontext()
466 sf.sf_uc.uc_mcontext.mc_edi = regs->tf_rdi; in freebsd4_ia32_sendsig()
599 sf.sf_uc.uc_mcontext.mc_edi = regs->tf_rdi; in ia32_sendsig()
804 regs->tf_rdi = ucp->uc_mcontext.mc_edi;
909 regs->tf_rdi = ucp->uc_mcontext.mc_edi;
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2907 mcp->mc_edi = tp->tf_edi; in get_mcontext()
2975 tp->tf_edi = mcp->mc_edi; in set_mcontext()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c963 (unsigned long) uc->uc_mcontext.mc_edi, in logRegisters()