Searched refs:sc_eax (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/i386/include/
H A Dsignal.h59 int sc_eax; member in struct:osigcontext
/freebsd-10-stable/sys/x86/include/
H A Dsignal.h66 int sc_eax; member in struct:sigcontext
/freebsd-10-stable/sys/compat/ia32/
H A Dia32_signal.h141 u_int32_t sc_eax; member in struct:ia32_sigcontext3
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c362 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_rax;
497 frame.sf_sc.sc_eax = regs->tf_rax;
608 regs->tf_rax = frame.sf_sc.sc_eax;
701 regs->tf_rax = context->sc_eax;
H A Dlinux.h311 l_uint sc_eax; member in struct:l_sigcontext
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysvec.c501 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax;
628 frame.sf_sc.sc_eax = regs->tf_eax;
739 regs->tf_eax = frame.sf_sc.sc_eax;
827 regs->tf_eax = context->sc_eax;
H A Dlinux.h288 l_int sc_eax; member in struct:l_sigcontext
/freebsd-10-stable/sys/amd64/ia32/
H A Dia32_signal.c382 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax;
727 regs->tf_rax = scp->sc_eax;
/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c424 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax;
897 regs->tf_eax = scp->sc_eax;

Completed in 262 milliseconds