Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/lib/
H A Dusercopy_32.c92 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() function
281 unsigned long __copy_user_intel(void __user *to, const void *from,
319 n = __copy_user_intel(to, from, n); in __copy_user_ll()