Searched refs:unsafe_copy_loop (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | uaccess.h | 440 #define unsafe_copy_loop(dst, src, len, type, label) \ macro 453 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label); \ 454 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label); \ 455 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label); \ 456 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label); \
|
| /linux/arch/x86/include/asm/ |
| H A D | uaccess.h | 601 #define unsafe_copy_loop(dst, src, len, type, label) \ macro 614 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u64, label); \ 615 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u32, label); \ 616 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u16, label); \ 617 unsafe_copy_loop(__ucu_dst, __ucu_src, __ucu_len, u8, label); \
|