Searched refs:auxp (Results 1 – 1 of 1) sorted by relevance
45 static int restore_crunch_context(char __user **auxp) in restore_crunch_context() argument48 (struct crunch_sigframe __user *)*auxp; in restore_crunch_context()59 *auxp += CRUNCH_STORAGE_SIZE; in restore_crunch_context()96 static int restore_iwmmxt_context(char __user **auxp) in restore_iwmmxt_context() argument99 (struct iwmmxt_sigframe __user *)*auxp; in restore_iwmmxt_context()128 *auxp += IWMMXT_STORAGE_SIZE; in restore_iwmmxt_context()151 static int restore_vfp_context(char __user **auxp) in restore_vfp_context() argument156 err = __copy_from_user(&frame, *auxp, sizeof(frame)); in restore_vfp_context()163 *auxp += sizeof(frame); in restore_vfp_context()