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

/freebsd-13-stable/sys/i386/include/
H A Dsignal.h61 int sc_eax; member in struct:osigcontext
/freebsd-13-stable/sys/x86/include/
H A Dsignal.h64 int sc_eax; member in struct:sigcontext
/freebsd-13-stable/sys/compat/ia32/
H A Dia32_signal.h144 u_int32_t sc_eax; member in struct:ia32_sigcontext3
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c459 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax;
559 frame.sf_sc.sc_eax = regs->tf_eax;
660 regs->tf_eax = frame.sf_sc.sc_eax;
740 regs->tf_eax = context->sc_eax;
H A Dlinux.h275 l_int sc_eax; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c324 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_rax;
432 frame.sf_sc.sc_eax = regs->tf_rax;
533 regs->tf_rax = frame.sf_sc.sc_eax;
620 regs->tf_rax = context->sc_eax;
H A Dlinux.h302 l_uint sc_eax; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_signal.c385 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax;
729 regs->tf_rax = scp->sc_eax;
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c373 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax;
828 regs->tf_eax = scp->sc_eax;

Completed in 274 milliseconds