Symbol: callframe
sys/arch/amd64/amd64/db_trace.c
124
frame = (struct callframe *)ddb_regs.tf_rbp;
sys/arch/amd64/amd64/db_trace.c
127
frame = (struct callframe *)p->p_addr->u_pcb.pcb_rbp;
sys/arch/amd64/amd64/db_trace.c
130
frame = (struct callframe *)frame->f_frame;
sys/arch/amd64/amd64/db_trace.c
132
frame = (struct callframe *)addr;
sys/arch/amd64/amd64/db_trace.c
135
frame = (struct callframe *)frame->f_frame;
sys/arch/amd64/amd64/db_trace.c
185
&((struct callframe *)(ddb_regs.tf_rsp-8))->f_arg0;
sys/arch/amd64/amd64/db_trace.c
212
lastframe = (struct callframe *)(ddb_regs.tf_rsp-8);
sys/arch/amd64/amd64/db_trace.c
222
frame = (struct callframe *)db_get_value(
sys/arch/amd64/amd64/db_trace.c
260
struct callframe *frame, *lastframe, *limit;
sys/arch/amd64/amd64/db_trace.c
270
limit = (struct callframe *)((struct trapframe *)pcb->pcb_kstack - 1);
sys/arch/amd64/amd64/db_trace.c
293
struct callframe f, *frame, *lastframe;
sys/arch/amd64/amd64/db_trace.c
310
frame <= (struct callframe *)pcb->pcb_kstack) {
sys/arch/amd64/amd64/db_trace.c
343
struct callframe *cf = (struct callframe *)(tf->tf_rsp - sizeof(long));
sys/arch/amd64/amd64/db_trace.c
91
struct callframe *frame, *lastframe;
sys/arch/amd64/include/frame.h
169
struct callframe *f_frame;
sys/arch/arm64/arm64/db_trace.c
162
struct callframe *frame, *lastframe, *limit;
sys/arch/arm64/arm64/db_trace.c
172
limit = (struct callframe *)STACKALIGN(p->p_addr + USPACE -
sys/arch/arm64/include/frame.h
71
struct callframe *f_frame;
sys/arch/i386/i386/db_trace.c
103
struct callframe *frame, *lastframe;
sys/arch/i386/i386/db_trace.c
143
frame = (struct callframe *)ddb_regs.tf_ebp;
sys/arch/i386/i386/db_trace.c
146
frame = (struct callframe *)p->p_addr->u_pcb.pcb_ebp;
sys/arch/i386/i386/db_trace.c
150
frame = (struct callframe *)addr;
sys/arch/i386/i386/db_trace.c
198
&((struct callframe *)(ddb_regs.tf_esp-4))->f_arg0;
sys/arch/i386/i386/db_trace.c
215
lastframe = (struct callframe *)(ddb_regs.tf_esp-4);
sys/arch/i386/i386/db_trace.c
259
struct callframe *frame, *lastframe, *limit;
sys/arch/i386/i386/db_trace.c
269
limit = (struct callframe *)((struct trapframe *)pcb->pcb_kstack - 1);
sys/arch/i386/i386/db_trace.c
292
struct callframe f, *frame, *lastframe;
sys/arch/i386/i386/db_trace.c
309
frame <= (struct callframe *)pcb->pcb_kstack) {
sys/arch/i386/i386/db_trace.c
342
struct callframe *cf;
sys/arch/i386/i386/db_trace.c
345
cf = (struct callframe *)((long)&tf->tf_esp - sizeof(long));
sys/arch/i386/i386/db_trace.c
347
cf = (struct callframe *)(tf->tf_esp - sizeof(long));
sys/arch/i386/i386/db_trace.c
71
int db_i386_numargs(struct callframe *);
sys/arch/i386/i386/db_trace.c
77
db_i386_numargs(struct callframe *fp)
sys/arch/i386/include/frame.h
157
struct callframe *f_frame;
sys/arch/powerpc/powerpc/vm_machdep.c
108
cf = (struct callframe *)stktop2;
sys/arch/powerpc/powerpc/vm_machdep.c
115
cf = (struct callframe *)stktop2;
sys/arch/powerpc/powerpc/vm_machdep.c
57
struct callframe *cf;
sys/arch/powerpc64/powerpc64/db_trace.c
206
struct callframe *frame, *lastframe, *limit;
sys/arch/powerpc64/powerpc64/db_trace.c
215
limit = (struct callframe *)(p->p_addr + USPACE - FRAMELEN);
sys/arch/powerpc64/powerpc64/db_trace.c
224
frame = (struct callframe *)frame->cf_sp;
sys/arch/powerpc64/powerpc64/vm_machdep.c
105
cf = (struct callframe *)tf - 1;
sys/arch/powerpc64/powerpc64/vm_machdep.c
74
struct callframe *cf;
sys/arch/riscv64/include/frame.h
93
struct callframe *f_frame;