Searched defs:__put_user_nocheck (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 56 #define __put_user_nocheck(x,ptr,size) \ macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uaccess_32.h | 77 #define __put_user_nocheck(x, addr, size) ({ \ macro
|
H A D | uaccess_64.h | 113 #define __put_user_nocheck(data, addr, size) ({ \ macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | uaccess.h | 57 #define __put_user_nocheck(x, ptr, size) \ macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | uaccess.h | 206 #define __put_user_nocheck(x, __gu_ptr, __pu_err) \ macro
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | uaccess.h | 53 #define __put_user_nocheck(x, ptr, size) \ macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | uaccess.h | 145 #define __put_user_nocheck(x, ptr, size) \ macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | uaccess.h | 181 #define __put_user_nocheck(x, ptr, size) __do_put_user(0, x, ptr, size) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 361 #define __put_user_nocheck(x, __pu_ptr, __err, __size) \ macro
|