| /arch/microblaze/include/asm/ |
| D | uaccess.h | 89 #define access_ok(type, addr, size) (__range_ok((addr), (size)) == 0) macro 93 static inline int access_ok(int type, const void __user *addr, in access_ok() function
|
| /arch/m32r/include/asm/ |
| D | uaccess.h | 107 #define access_ok(type, addr, size) (likely(__range_ok(addr, size) == 0)) macro 109 static inline int access_ok(int type, const void *addr, unsigned long size) in access_ok() function
|
| /arch/nios2/include/asm/ |
| D | uaccess.h | 62 #define access_ok(type, addr, len) \ macro
|
| /arch/sparc/include/asm/ |
| D | uaccess_64.h | 79 static inline int access_ok(int type, const void __user * addr, unsigned long size) in access_ok() function
|
| D | uaccess_32.h | 50 #define access_ok(type, addr, size) \ macro
|
| /arch/sh/include/asm/ |
| D | uaccess.h | 24 #define access_ok(type, addr, size) \ macro
|
| /arch/avr32/include/asm/ |
| D | uaccess.h | 69 #define access_ok(type, addr, size) (likely(__range_ok(addr, size) == 0)) macro
|
| /arch/m68k/include/asm/ |
| D | uaccess_no.h | 16 #define access_ok(type,addr,size) _access_ok((unsigned long)(addr),(size)) macro
|
| D | uaccess_mm.h | 17 static inline int access_ok(int type, const void __user *addr, in access_ok() function
|
| /arch/parisc/include/asm/ |
| D | uaccess.h | 34 static inline long access_ok(int type, const void __user * addr, in access_ok() function
|
| /arch/s390/include/asm/ |
| D | uaccess.h | 62 #define access_ok(type, addr, size) __access_ok(addr, size) macro
|
| /arch/metag/include/asm/ |
| D | uaccess.h | 59 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), \ macro
|
| /arch/blackfin/include/asm/ |
| D | uaccess.h | 35 #define access_ok(type, addr, size) _access_ok((unsigned long)(addr), (size)) macro
|
| /arch/openrisc/include/asm/ |
| D | uaccess.h | 65 #define access_ok(type, addr, size) \ macro
|
| /arch/frv/include/asm/ |
| D | uaccess.h | 65 #define access_ok(type,addr,size) (__range_ok((void __user *)(addr), (size)) == 0) macro
|
| /arch/score/include/asm/ |
| D | uaccess.h | 57 #define access_ok(type, addr, size) \ macro
|
| /arch/alpha/include/asm/ |
| D | uaccess.h | 45 #define access_ok(type, addr, size) \ macro
|
| /arch/cris/include/asm/ |
| D | uaccess.h | 56 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), (size)) macro
|
| /arch/arm64/include/asm/ |
| D | uaccess.h | 131 #define access_ok(type, addr, size) __range_ok(addr, size) macro
|
| /arch/mn10300/include/asm/ |
| D | uaccess.h | 72 #define access_ok(type, addr, size) (__range_ok((addr), (size)) == 0) macro
|
| /arch/xtensa/include/asm/ |
| D | uaccess.h | 191 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), (size)) macro
|
| /arch/ia64/include/asm/ |
| D | uaccess.h | 73 #define access_ok(type, addr, size) __access_ok((addr), (size), get_fs()) macro
|
| /arch/powerpc/include/asm/ |
| D | uaccess.h | 62 #define access_ok(type, addr, size) \ macro
|
| /arch/tile/include/asm/ |
| D | uaccess.h | 100 #define access_ok(type, addr, size) ({ \ macro
|
| /arch/arm/include/asm/ |
| D | uaccess.h | 320 #define access_ok(type, addr, size) (__range_ok(addr, size) == 0) macro
|