Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Duaccess_32.h12 unsigned long __must_check __copy_user_ll
20 return __copy_user_ll((__force void *)to, from, n); in raw_copy_to_user()
26 return __copy_user_ll(to, (__force const void *)from, n); in raw_copy_from_user()
/openbmc/linux/arch/x86/lib/
H A Dusercopy_32.c313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() function
323 EXPORT_SYMBOL(__copy_user_ll);