Searched refs:callframe (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | 111 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 D | genassym.c | 190 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 D | exec_machdep.c | 1109 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 D | machdep.c | 507 (sizeof(struct callframe) - 3*sizeof(register_t))) & ~15UL); in powerpc_init()
|
H A D | trap.c | 81 sizeof(struct callframe) - 3*sizeof(register_t))) /* more args go here */
|
/freebsd/sys/powerpc/include/ |
H A D | frame.h | 80 sizeof(struct callframe) - 3*sizeof(register_t), 16) 87 struct callframe { struct 100 struct callframe { struct
|