Searched refs:unsafe_copy_loop (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Duaccess.h602 #define unsafe_copy_loop(dst, src, len, type, label) \ macro
615 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label); \
616 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label); \
617 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label); \
618 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label); \

Completed in 74 milliseconds