__ucu_dst         751 arch/x86/include/asm/uaccess.h 	char __user *__ucu_dst = (_dst);				\
__ucu_dst         754 arch/x86/include/asm/uaccess.h 	unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label);	\
__ucu_dst         755 arch/x86/include/asm/uaccess.h 	unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label);	\
__ucu_dst         756 arch/x86/include/asm/uaccess.h 	unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label);	\
__ucu_dst         757 arch/x86/include/asm/uaccess.h 	unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label);	\