Home
last modified time | relevance | path

Searched refs:tf_eax (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c98 sa->code = frame->tf_eax; in cloudabi32_fetch_syscall_args()
123 frame->tf_eax = td->td_retval[0]; in cloudabi32_set_syscall_retval()
135 frame->tf_eax = cloudabi_convert_errno(error); in cloudabi32_set_syscall_retval()
147 frame->tf_eax = CLOUDABI_PROCESS_CHILD; in cloudabi32_schedtail()
/f-stack/freebsd/x86/include/
H A Dframe.h62 int tf_eax; member
87 int tf_eax; member
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c205 td2->td_frame->tf_eax = 0; /* Child returns zero */ in cpu_fork()
393 td->td_frame->tf_eax = td->td_retval[0]; in cpu_set_syscall_retval()
410 td->td_frame->tf_eax = error; in cpu_set_syscall_retval()
H A Dgdb_machdep.c58 case 0: return (&kdb_frame->tf_eax); in gdb_cpu_getreg()
H A Ddb_trace.c69 { "eax", DB_OFFSET(tf_eax), db_frame },
404 decode_syscall(tf->tf_eax, td); in db_nextframe()
H A Dmachdep.c373 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax; in osendsig()
828 regs->tf_eax = scp->sc_eax;
1642 frame->tf_eax, frame->tf_ecx, frame->tf_edx, frame->tf_ebx); in DB_SHOW_COMMAND()
2815 regs->r_eax = tp->tf_eax; in fill_frame_regs()
2846 tp->tf_eax = regs->r_eax; in set_regs()
2917 mcp->mc_eax = tp->tf_eax; in get_mcontext()
2981 tp->tf_eax = mcp->mc_eax; in set_mcontext()
H A Dtrap.c1056 sa->code = frame->tf_eax; in cpu_fetch_syscall_args()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c459 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax; in linux_rt_sendsig()
559 frame.sf_sc.sc_eax = regs->tf_eax; in linux_sendsig()
660 regs->tf_eax = frame.sf_sc.sc_eax; in linux_sigreturn()
740 regs->tf_eax = context->sc_eax; in linux_rt_sigreturn()
769 sa->code = frame->tf_eax; in linux_fetch_syscall_args()
798 frame->tf_eax = bsd_to_linux_errno(error); in linux_set_syscall_retval()
H A Dlinux_machdep.c327 td->td_frame->tf_eax = 0; in linux_set_upcall_kse()