| /Linux-v5.10/arch/um/include/asm/ |
| D | uaccess.h | 29 static inline int __access_ok(unsigned long addr, unsigned long size); 32 #define __access_ok __access_ok macro 41 static inline int __access_ok(unsigned long addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.10/arch/ia64/include/asm/ |
| D | uaccess.h | 61 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok() function 68 #define access_ok(addr, size) __access_ok((addr), (size)) 152 if (!check || __access_ok(__gu_ptr, size)) \ 180 if (!check || __access_ok(__pu_ptr, __pu_size)) \ 222 if (__access_ok(to, __cu_len)) \ 238 if (__access_ok(__sfu_from, 0)) \ 254 if (__access_ok(__su_str, 0)) \
|
| /Linux-v5.10/arch/sparc/include/asm/ |
| D | uaccess_32.h | 40 #define __access_ok(addr, size) (__user_ok((addr) & get_fs().seg, (size))) macro 41 #define access_ok(addr, size) __access_ok((unsigned long)(addr), size) 109 if (__access_ok(addr, size)) { \ 169 if (__access_ok(addr, size)) { \ 273 if (n && __access_ok((unsigned long) addr, n)) in clear_user()
|
| D | uaccess_64.h | 65 static inline int __access_ok(const void __user * addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.10/arch/alpha/include/asm/ |
| D | uaccess.h | 35 #define __access_ok(addr, size) ({ \ macro 43 __access_ok(((unsigned long)(addr)), (size)); \ 108 if (__access_ok((unsigned long)__gu_addr, size)) { \ 203 if (__access_ok((unsigned long)__pu_addr, size)) { \ 322 if (__access_ok((unsigned long)to, len)) in clear_user()
|
| /Linux-v5.10/include/asm-generic/ |
| D | uaccess.h | 124 #define access_ok(addr, size) __access_ok((unsigned long)(addr),(size)) 130 #ifndef __access_ok 131 static inline int __access_ok(unsigned long addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.10/arch/nios2/include/asm/ |
| D | uaccess.h | 35 #define __access_ok(addr, len) \ macro 40 likely(__access_ok((unsigned long)(addr), (unsigned long)(len)))
|
| /Linux-v5.10/arch/sh/include/asm/ |
| D | uaccess.h | 19 #define __access_ok(addr, size) ({ \ macro 26 __access_ok((unsigned long __force)(addr), (size)))
|
| /Linux-v5.10/arch/xtensa/include/asm/ |
| D | uaccess.h | 43 #define __access_ok(addr, size) (__kernel_ok || __user_ok((addr), (size))) macro 44 #define access_ok(addr, size) __access_ok((unsigned long)(addr), (size))
|
| /Linux-v5.10/arch/c6x/include/asm/ |
| D | uaccess.h | 92 #define __access_ok _access_ok macro
|
| /Linux-v5.10/arch/hexagon/include/asm/ |
| D | uaccess.h | 35 #define __access_ok(addr, size) \ macro
|
| /Linux-v5.10/arch/riscv/include/asm/ |
| D | uaccess.h | 47 likely(__access_ok((unsigned long __force)(addr), (size))); \ 54 static inline int __access_ok(unsigned long addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | uaccess.h | 44 #define __access_ok(addr, size) \ macro 50 #define access_ok(addr, size) __access_ok(addr, size)
|
| /Linux-v5.10/arch/mips/include/asm/ |
| D | uaccess.h | 127 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok() function 134 likely(__access_ok((addr), (size)))
|
| /Linux-v5.10/arch/arc/include/asm/ |
| D | uaccess.h | 52 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ macro
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | uaccess.h | 18 static inline bool __access_ok(unsigned long addr, unsigned long size) in __access_ok() function 25 __access_ok((unsigned long)(addr), (size)))
|
| /Linux-v5.10/arch/sparc/kernel/ |
| D | signal_32.c | 68 if ((((unsigned long) fp) & 15) || !__access_ok((unsigned long)fp, fplen)) in invalid_frame_pointer()
|
| D | signal_64.c | 55 (!__access_ok(ucp, sizeof(*ucp)))) in sparc64_set_context()
|
| /Linux-v5.10/sound/pci/ac97/ |
| D | ac97_codec.c | 2045 goto __access_ok; in snd_ac97_mixer() 2053 goto __access_ok; in snd_ac97_mixer() 2079 __access_ok: in snd_ac97_mixer()
|
| /Linux-v5.10/arch/powerpc/lib/ |
| D | sstep.c | 111 if (__access_ok(ea, nb)) in address_ok() 113 if (__access_ok(ea, 1)) in address_ok()
|