Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dframe.h54 int tf_ebp; member
79 int tf_ebp; member
/freebsd/sys/i386/include/
H A Dpmc_mdep.h101 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp)
141 __asm __volatile("movl %%ebp,%0" : "=r" ((TF)->tf_ebp)); \
/freebsd/sys/i386/i386/
H A Ddb_trace.c70 { "ebp", DB_OFFSET(tf_ebp), db_frame },
359 ebp = tf->tf_ebp; in db_nextframe()
418 tf->tf_ebp, tf); in db_backtrace()
493 if (tf->tf_ebp == 0) { in db_backtrace()
H A Dexec_machdep.c197 sf.sf_siginfo.si_sc.sc_fp = regs->tf_ebp; in osendsig()
635 regs->tf_ebp = scp->sc_fp; in osigreturn()
1026 regs->r_ebp = tp->tf_ebp; in fill_frame_regs()
1057 tp->tf_ebp = regs->r_ebp; in set_regs()
1124 mcp->mc_ebp = tp->tf_ebp; in get_mcontext()
1192 tp->tf_ebp = mcp->mc_ebp; in set_mcontext()
H A Dvm_machdep.c507 td->td_frame->tf_ebp = 0; in cpu_set_upcall()
H A Dmachdep.c731 frame->tf_ebp, frame->tf_esi, frame->tf_edi); in DB_SHOW_COMMAND()
1848 pcb->pcb_ebp = tf->tf_ebp; in makectx()
H A Dtrap.c943 printf("frame pointer = 0x%x:0x%x\n", ss, frame->tf_ebp); in trap_fatal()
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c240 fp = tf->tf_ebp; in dtrace_getupcstack()
288 fp = tf->tf_ebp; in dtrace_getustackdepth()
342 fp = tf->tf_ebp; in dtrace_getufpstack()
554 return (frame->tf_ebp); in dtrace_getreg()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c208 frame.sf_uc.uc_mcontext.sc_ebp = regs->tf_ebp; in linux_rt_sendsig()
307 frame.sf_sc.sc_ebp = regs->tf_ebp; in linux_sendsig()
404 regs->tf_ebp = frame.sf_sc.sc_ebp; in linux_sigreturn()
484 regs->tf_ebp = context->sc_ebp; in linux_rt_sigreturn()
524 sa->args[5] = frame->tf_ebp; in linux_fetch_syscall_args()
/freebsd/sys/x86/x86/
H A Dstack_machdep.c51 #define TF_FP(tf) ((tf)->tf_ebp)