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

/freebsd-11.0-release/sys/powerpc/include/
H A Dframe.h74 * handler. It is the size of its data (trapframe) plus the callframe
75 * header (sizeof(struct callframe) - 3 register widths). It must also
79 sizeof(struct callframe) - 3*sizeof(register_t), 16)
86 struct callframe { struct
99 struct callframe { struct
113 sizeof(struct callframe) - 3*sizeof(register_t))) /* more args go here */
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dvm_machdep.c111 struct callframe *cf;
144 cf = (struct callframe *)tf - 1;
145 memset(cf, 0, sizeof(struct callframe));
184 struct callframe *cf;
189 cf = (struct callframe *)td->td_pcb->pcb_sp;
H A Dgenassym.c183 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
184 ASSYM(CF_ARG0, offsetof(struct callframe, cf_arg0));
185 ASSYM(CF_ARG1, offsetof(struct callframe, cf_arg1));
186 ASSYM(CF_SIZE, sizeof(struct callframe));
H A Dmachdep.c408 (sizeof(struct callframe) - 3*sizeof(register_t))) & ~15UL);
H A Dexec_machdep.c962 struct callframe *cf;
977 cf = (struct callframe *)tf - 1;
978 memset(cf, 0, sizeof(struct callframe));

Completed in 103 milliseconds