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() 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 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 | 1117 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 D | machdep.c | 505 (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
|