Searched refs:unsafe_copy_loop (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | uaccess.h | 513 #define unsafe_copy_loop(dst, src, len, type, label) \ macro 526 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label); \ 527 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label); \ 528 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label); \ 529 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label); \
|