Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Duaccess_32.h14 unsigned long __must_check __copy_to_user_ll
65 return __copy_to_user_ll(to, from, n); in __copy_to_user_inatomic()
Duaccess.h296 if (unlikely(__copy_to_user_ll(ptr, &__pus_tmp, size) != 0)) \
305 if (unlikely(__copy_to_user_ll(ptr, &__pus_tmp, \
/arch/x86/lib/
Dusercopy_32.c717 unsigned long __copy_to_user_ll(void __user *to, const void *from, in __copy_to_user_ll() function
783 EXPORT_SYMBOL(__copy_to_user_ll);