Home
last modified time | relevance | path

Searched refs:tf_esi (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dframe.h53 int tf_esi; member
78 int tf_esi; member
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c207 frame.sf_uc.uc_mcontext.sc_esi = regs->tf_esi; in linux_rt_sendsig()
306 frame.sf_sc.sc_esi = regs->tf_esi; in linux_sendsig()
403 regs->tf_esi = frame.sf_sc.sc_esi; in linux_sigreturn()
483 regs->tf_esi = context->sc_esi; in linux_rt_sigreturn()
522 sa->args[3] = frame->tf_esi; in linux_fetch_syscall_args()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c183 sf.sf_siginfo.si_sc.sc_esi = regs->tf_esi; in osendsig()
630 regs->tf_esi = scp->sc_esi; in osigreturn()
1025 regs->r_esi = tp->tf_esi; in fill_frame_regs()
1056 tp->tf_esi = regs->r_esi; in set_regs()
1123 mcp->mc_esi = tp->tf_esi; in get_mcontext()
1191 tp->tf_esi = mcp->mc_esi; in set_mcontext()
H A Ddb_trace.c71 { "esi", DB_OFFSET(tf_esi), db_frame },
H A Dmachdep.c731 frame->tf_ebp, frame->tf_esi, frame->tf_edi); in DB_SHOW_COMMAND()
1847 pcb->pcb_esi = tf->tf_esi; in makectx()
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c552 return (frame->tf_esi); in dtrace_getreg()