Searched refs:amd64_frame (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | stack.h | 45 struct amd64_frame { struct 46 struct amd64_frame *f_frame; argument
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 127 static void db_nextframe(struct amd64_frame **, db_addr_t *, struct thread *); 173 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe() 228 *fp = (struct amd64_frame *) rbp; in db_nextframe() 263 *fp = (struct amd64_frame *) rbp; in db_nextframe() 267 db_backtrace(struct thread *td, struct trapframe *tf, struct amd64_frame *frame, in db_backtrace() 270 struct amd64_frame *actframe; in db_backtrace() 370 struct amd64_frame *frame; in db_trace_self() 375 frame = (struct amd64_frame *)rbp; in db_trace_self() 389 return (db_backtrace(thr, tf, (struct amd64_frame *)ctx->pcb_rbp, in db_trace_thread()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | stack_machdep.c | 63 typedef struct amd64_frame *x86_frame_t;
|