Home
last modified time | relevance | path

Searched refs:tf_ebp (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dframe.h57 int tf_ebp; member
82 int tf_ebp; member
/f-stack/freebsd/i386/include/
H A Dpmc_mdep.h107 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp)
149 __asm __volatile("movl %%ebp,%0" : "=r" ((TF)->tf_ebp)); \
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c74 { "ebp", DB_OFFSET(tf_ebp), db_frame },
397 ebp = tf->tf_ebp; in db_nextframe()
456 tf->tf_ebp, tf); in db_backtrace()
531 if (tf->tf_ebp == 0) { in db_backtrace()
H A Dmachdep.c391 sf.sf_siginfo.si_sc.sc_fp = regs->tf_ebp; in osendsig()
837 regs->tf_ebp = scp->sc_fp;
1644 frame->tf_ebp, frame->tf_esi, frame->tf_edi); in DB_SHOW_COMMAND()
2753 pcb->pcb_ebp = tf->tf_ebp; in makectx()
2811 regs->r_ebp = tp->tf_ebp; in fill_frame_regs()
2842 tp->tf_ebp = regs->r_ebp; in set_regs()
2909 mcp->mc_ebp = tp->tf_ebp; in get_mcontext()
2977 tp->tf_ebp = mcp->mc_ebp; in set_mcontext()
H A Dvm_machdep.c506 td->td_frame->tf_ebp = 0; in cpu_set_upcall()
H A Dtrap.c924 printf("frame pointer = 0x%x:0x%x\n", ss, frame->tf_ebp);
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c53 #define TF_FP(tf) ((tf)->tf_ebp)
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c454 frame.sf_sc.uc_mcontext.sc_ebp = regs->tf_ebp; in linux_rt_sendsig()
554 frame.sf_sc.sc_ebp = regs->tf_ebp; in linux_sendsig()
656 regs->tf_ebp = frame.sf_sc.sc_ebp; in linux_sigreturn()
736 regs->tf_ebp = context->sc_ebp; in linux_rt_sigreturn()
775 sa->args[5] = frame->tf_ebp; /* Unconfirmed */ in linux_fetch_syscall_args()