Home
last modified time | relevance | path

Searched refs:tf_ecx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dframe.h61 int tf_ecx; member
86 int tf_ecx; member
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c59 case 1: return (&kdb_frame->tf_ecx); in gdb_cpu_getreg()
H A Dmachdep.c375 sf.sf_siginfo.si_sc.sc_ecx = regs->tf_ecx; in osendsig()
830 regs->tf_ecx = scp->sc_ecx;
1642 frame->tf_eax, frame->tf_ecx, frame->tf_edx, frame->tf_ebx); in DB_SHOW_COMMAND()
2814 regs->r_ecx = tp->tf_ecx; in fill_frame_regs()
2845 tp->tf_ecx = regs->r_ecx; in set_regs()
2921 mcp->mc_ecx = tp->tf_ecx; in get_mcontext()
2980 tp->tf_ecx = mcp->mc_ecx; in set_mcontext()
H A Ddb_trace.c70 { "ecx", DB_OFFSET(tf_ecx), db_frame },
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c458 frame.sf_sc.uc_mcontext.sc_ecx = regs->tf_ecx; in linux_rt_sendsig()
558 frame.sf_sc.sc_ecx = regs->tf_ecx; in linux_sendsig()
659 regs->tf_ecx = frame.sf_sc.sc_ecx; in linux_sigreturn()
739 regs->tf_ecx = context->sc_ecx; in linux_rt_sigreturn()
771 sa->args[1] = frame->tf_ecx; in linux_fetch_syscall_args()