Home
last modified time | relevance | path

Searched refs:auxp (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/arch/arm/kernel/
Dsignal.c62 static int restore_iwmmxt_context(char __user **auxp) in restore_iwmmxt_context() argument
65 (struct iwmmxt_sigframe __user *)*auxp; in restore_iwmmxt_context()
94 *auxp += IWMMXT_STORAGE_SIZE; in restore_iwmmxt_context()
118 static int restore_vfp_context(char __user **auxp) in restore_vfp_context() argument
123 err = __copy_from_user(&frame, *auxp, sizeof(frame)); in restore_vfp_context()
130 *auxp += sizeof(frame); in restore_vfp_context()