Searched refs:__get_user_common (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | uaccess.h | 96 #define __get_user_common(val, size, ptr, err) \ macro 121 __get_user_common(x, sizeof(*(ptr)), __gu_ptr, __gu_err); \ 130 __get_user_common(x, sizeof(*__gu_ptr), \
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | uaccess.h | 118 #define __get_user_common(val, size, ptr, err) \ macro 143 __get_user_common(x, sizeof(*(ptr)), __gu_ptr, __gu_err); \ 152 __get_user_common(x, sizeof(*__gu_ptr), \
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | uaccess.h | 105 __get_user_common((x), sizeof(*(ptr)), ptr); \ 143 #define __get_user_common(val, size, ptr) \ macro 154 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr)
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | uaccess.h | 151 __get_user_common((x), sizeof(*(ptr)), ptr); \ 196 #define __get_user_common(val, size, ptr) \ macro 207 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uaccess.h | 232 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) 273 #define __get_user_common(val, size, ptr) \ macro 292 __get_user_common((x), size, ptr); \ 307 __get_user_common((x), size, __gu_ptr); \
|
Completed in 5 milliseconds