Searched defs:__put_user_nocheck (Results 1 – 17 of 17) sorted by relevance
/arch/sparc/include/asm/ |
D | uaccess_64.h | 130 #define __put_user_nocheck(data, addr, size) ({ \ macro
|
D | uaccess_32.h | 145 #define __put_user_nocheck(x, addr, size) ({ \ macro
|
/arch/sh/include/asm/ |
D | uaccess.h | 78 #define __put_user_nocheck(x,ptr,size) \ macro
|
/arch/avr32/include/asm/ |
D | uaccess.h | 256 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/metag/include/asm/ |
D | uaccess.h | 97 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/openrisc/include/asm/ |
D | uaccess.h | 119 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/score/include/asm/ |
D | uaccess.h | 222 #define __put_user_nocheck(val, ptr, size) \ macro
|
/arch/alpha/include/asm/ |
D | uaccess.h | 204 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/cris/include/asm/ |
D | uaccess.h | 149 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/mn10300/include/asm/ |
D | uaccess.h | 198 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/xtensa/include/asm/ |
D | uaccess.h | 222 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/m32r/include/asm/ |
D | uaccess.h | 300 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/ia64/include/asm/ |
D | uaccess.h | 232 #define __put_user_nocheck(x, ptr, size) __do_put_user(0, x, ptr, size, KERNEL_DS) macro
|
/arch/powerpc/include/asm/ |
D | uaccess.h | 189 #define __put_user_nocheck(x, ptr, size, do_allow) \ macro
|
/arch/arm/include/asm/ |
D | uaccess.h | 461 #define __put_user_nocheck(x, __pu_ptr, __err, __size) \ macro
|
/arch/x86/include/asm/ |
D | uaccess.h | 425 #define __put_user_nocheck(x, ptr, size) \ macro
|
/arch/mips/include/asm/ |
D | uaccess.h | 440 #define __put_user_nocheck(x, ptr, size) \ macro
|