Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Duaccess.h677 __copy_to_user_overflow(void) __asm__("copy_from_user_overflow");
678 #define __copy_to_user_overflow(size, count) __copy_to_user_overflow() macro
688 #define __copy_to_user_overflow __copy_from_user_overflow macro
740 __copy_to_user_overflow(sz, n); in copy_to_user()
746 #undef __copy_to_user_overflow