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

/freebsd-13-stable/sys/i386/include/
H A Dsignal.h57 int sc_esi; member in struct:osigcontext
/freebsd-13-stable/sys/x86/include/
H A Dsignal.h58 int sc_esi; member in struct:sigcontext
/freebsd-13-stable/sys/compat/ia32/
H A Dia32_signal.h140 u_int32_t sc_esi; member in struct:ia32_sigcontext3
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c453 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_esi;
553 frame.sf_sc.sc_esi = regs->tf_esi;
655 regs->tf_esi = frame.sf_sc.sc_esi;
735 regs->tf_esi = context->sc_esi;
H A Dlinux.h269 l_int sc_esi; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c318 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_rsi;
426 frame.sf_sc.sc_esi = regs->tf_rsi;
528 regs->tf_rsi = frame.sf_sc.sc_esi;
615 regs->tf_rsi = context->sc_esi;
H A Dlinux.h296 l_uint sc_esi; member in struct:l_sigcontext
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_signal.c389 sf.sf_siginfo.si_sc.sc_esi = regs->tf_rsi;
733 regs->tf_rsi = scp->sc_esi;
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c377 sf.sf_siginfo.si_sc.sc_esi = regs->tf_esi;
832 regs->tf_esi = scp->sc_esi;

Completed in 257 milliseconds