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

/freebsd-12-stable/sys/i386/include/
H A Dsignal.h61 int sc_eax; member in struct:osigcontext
/freebsd-12-stable/sys/x86/include/
H A Dsignal.h64 int sc_eax; member in struct:sigcontext
/freebsd-12-stable/sys/compat/ia32/
H A Dia32_signal.h145 u_int32_t sc_eax; member in struct:ia32_sigcontext3
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c430 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax;
531 frame.sf_sc.sc_eax = regs->tf_eax;
632 regs->tf_eax = frame.sf_sc.sc_eax;
712 regs->tf_eax = context->sc_eax;
H A Dlinux.h275 l_int sc_eax; member in struct:l_sigcontext
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c324 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_rax;
433 frame.sf_sc.sc_eax = regs->tf_rax;
534 regs->tf_rax = frame.sf_sc.sc_eax;
621 regs->tf_rax = context->sc_eax;
H A Dlinux.h302 l_uint sc_eax; member in struct:l_sigcontext
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_signal.c387 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax;
732 regs->tf_rax = scp->sc_eax;
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c385 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax;
841 regs->tf_eax = scp->sc_eax;

Completed in 363 milliseconds