Searched refs:unsafe_copy_loop (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/arch/arm64/include/asm/ |
D | uaccess.h | 442 #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); \
|
/linux-6.14.4/arch/x86/include/asm/ |
D | uaccess.h | 602 #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); \
|