linux_machdep.c | 202 struct linux_rt_sigframe *lsigframe; local in function:linux_sys_rt_sigreturn 211 lsigframe = kmem_zalloc(sizeof(*lsigframe), KM_SLEEP); 212 error = copyin((void *)tf->tf_sp, lsigframe, sizeof(*lsigframe)); 216 aarch64_linux_to_native_ucontext(&uc, &lsigframe->uc); 226 kmem_free(lsigframe, sizeof(*lsigframe));
|