Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.c111 struct callframe *cf; in cpu_fork()
144 cf = (struct callframe *)tf - 1; in cpu_fork()
145 memset(cf, 0, sizeof(struct callframe)); in cpu_fork()
184 struct callframe *cf; in cpu_fork_kthread_handler()
189 cf = (struct callframe *)td->td_pcb->pcb_sp; in cpu_fork_kthread_handler()
H A Dgenassym.c190 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
191 ASSYM(CF_ARG0, offsetof(struct callframe, cf_arg0));
192 ASSYM(CF_ARG1, offsetof(struct callframe, cf_arg1));
193 ASSYM(CF_SIZE, sizeof(struct callframe));
H A Dexec_machdep.c1117 struct callframe *cf; in cpu_copy_thread()
1136 cf = (struct callframe *)tf - 1; in cpu_copy_thread()
1137 memset(cf, 0, sizeof(struct callframe)); in cpu_copy_thread()
H A Dmachdep.c505 (sizeof(struct callframe) - 3*sizeof(register_t))) & ~15UL); in powerpc_init()
H A Dtrap.c81 sizeof(struct callframe) - 3*sizeof(register_t))) /* more args go here */
/freebsd/sys/powerpc/include/
H A Dframe.h80 sizeof(struct callframe) - 3*sizeof(register_t), 16)
87 struct callframe { struct
100 struct callframe { struct