Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Ducontext.h49 __register_t mc_ecx; member
/f-stack/freebsd/x86/include/
H A Ducontext.h62 __register_t mc_ecx; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c177 mcp->mc_ecx = tp->tf_rcx; in ia32_get_mcontext()
236 tp->tf_rcx = mcp->mc_ecx; in ia32_set_mcontext()
472 sf.sf_uc.uc_mcontext.mc_ecx = regs->tf_rcx; in freebsd4_ia32_sendsig()
605 sf.sf_uc.uc_mcontext.mc_ecx = regs->tf_rcx; in ia32_sendsig()
809 regs->tf_rcx = ucp->uc_mcontext.mc_ecx;
914 regs->tf_rcx = ucp->uc_mcontext.mc_ecx;
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2921 mcp->mc_ecx = tp->tf_ecx; in get_mcontext()
2980 tp->tf_ecx = mcp->mc_ecx; in set_mcontext()