Searched refs:callframe (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dframe.h76 * handler. It is the size of its data (trapframe) plus the callframe
77 * header (sizeof(struct callframe) - 3 register widths). It must also
81 sizeof(struct callframe) - 3*sizeof(register_t), 16)
88 struct callframe { struct
101 struct callframe { struct
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c113 struct callframe *cf;
146 cf = (struct callframe *)tf - 1;
147 memset(cf, 0, sizeof(struct callframe));
186 struct callframe *cf;
191 cf = (struct callframe *)td->td_pcb->pcb_sp;
H A Dgenassym.c193 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
194 ASSYM(CF_ARG0, offsetof(struct callframe, cf_arg0));
195 ASSYM(CF_ARG1, offsetof(struct callframe, cf_arg1));
196 ASSYM(CF_SIZE, sizeof(struct callframe));
H A Dexec_machdep.c1028 struct callframe *cf;
1043 cf = (struct callframe *)tf - 1;
1044 memset(cf, 0, sizeof(struct callframe));
H A Dmachdep.c498 (sizeof(struct callframe) - 3*sizeof(register_t))) & ~15UL);
H A Dtrap.c84 sizeof(struct callframe) - 3*sizeof(register_t))) /* more args go here */

Completed in 170 milliseconds