Searched defs:__get_kernel_common (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | uaccess.h | 154 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | uaccess.h | 207 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) macro
|
/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) macro 252 #define __get_kernel_common(val, size, ptr) \ macro
|
Completed in 2 milliseconds