Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Ducontext.h50 __register_t mc_eax; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c169 mcp->mc_eax = 0; in ia32_get_mcontext()
173 mcp->mc_eax = tp->tf_rax; in ia32_get_mcontext()
237 tp->tf_rax = mcp->mc_eax; in ia32_set_mcontext()
473 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in freebsd4_ia32_sendsig()
606 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in ia32_sendsig()
810 regs->tf_rax = ucp->uc_mcontext.mc_eax;
915 regs->tf_rax = ucp->uc_mcontext.mc_eax;
/f-stack/freebsd/x86/include/
H A Ducontext.h63 __register_t mc_eax; member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2913 mcp->mc_eax = 0; in get_mcontext()
2917 mcp->mc_eax = tp->tf_eax; in get_mcontext()
2981 tp->tf_eax = mcp->mc_eax; in set_mcontext()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c959 (unsigned long) uc->uc_mcontext.mc_eax, in logRegisters()