Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/lib/
Dusercopy_32.c97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() function
294 unsigned long __copy_user_intel(void __user *to, const void *from,
338 n = __copy_user_intel(to, from, n); in __copy_user_ll()