Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Duaccess.h442 #define unsafe_copy_loop(dst, src, len, type, label) \ macro
455 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label); \
456 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label); \
457 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label); \
458 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label); \