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()
148 cf = (struct callframe *)tf - 1; in cpu_fork()
149 memset(cf, 0, sizeof(struct callframe)); in cpu_fork()
188 struct callframe *cf; in cpu_fork_kthread_handler()
193 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.c1109 struct callframe *cf; in cpu_copy_thread()
1128 cf = (struct callframe *)tf - 1; in cpu_copy_thread()
1129 memset(cf, 0, sizeof(struct callframe)); in cpu_copy_thread()
H A Dmachdep.c507 (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