| /Linux-v5.4/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.4/arch/ia64/include/asm/ |
| D | uaccess.h | 62 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok() function 69 #define access_ok(addr, size) __access_ok((addr), (size)) 153 if (!check || __access_ok(__gu_ptr, size)) \ 181 if (!check || __access_ok(__pu_ptr, __pu_size)) \ 223 if (__access_ok(to, __cu_len)) \ 239 if (__access_ok(__sfu_from, 0)) \ 255 if (__access_ok(__su_str, 0)) \
|
| /Linux-v5.4/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.4/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.4/include/asm-generic/ |
| D | uaccess.h | 93 #define access_ok(addr, size) __access_ok((unsigned long)(addr),(size)) 99 #ifndef __access_ok 100 static inline int __access_ok(unsigned long addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | uaccess.h | 19 #define __access_ok(addr, size) ({ \ macro 26 __access_ok((unsigned long __force)(addr), (size)))
|
| /Linux-v5.4/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.4/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.4/arch/unicore32/include/asm/ |
| D | uaccess.h | 21 #define __access_ok(addr, size) (__kernel_ok || __user_ok((addr), (size))) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | uaccess.h | 50 #define __access_ok(addr, size, segment) \ macro 55 static inline int __access_ok(unsigned long addr, unsigned long size, in __access_ok() function 67 __access_ok((__force unsigned long)(addr), (size), get_fs()))
|
| /Linux-v5.4/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.4/arch/c6x/include/asm/ |
| D | uaccess.h | 92 #define __access_ok _access_ok macro
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | uaccess.h | 36 #define __access_ok(addr, size) \ macro
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | uaccess.h | 69 likely(__access_ok((unsigned long __force)(addr), (size))); \ 76 static inline int __access_ok(unsigned long addr, unsigned long size) in __access_ok() function
|
| /Linux-v5.4/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.4/arch/arc/include/asm/ |
| D | uaccess.h | 52 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ macro
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | signal_32.c | 70 if ((((unsigned long) fp) & 15) || !__access_ok((unsigned long)fp, fplen)) in invalid_frame_pointer()
|
| D | signal_64.c | 56 (!__access_ok(ucp, sizeof(*ucp)))) in sparc64_set_context()
|
| /Linux-v5.4/sound/pci/ac97/ |
| D | ac97_codec.c | 2044 goto __access_ok; in snd_ac97_mixer() 2052 goto __access_ok; in snd_ac97_mixer() 2078 __access_ok: in snd_ac97_mixer()
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | sstep.c | 109 if (__access_ok(ea, nb, USER_DS)) in address_ok() 111 if (__access_ok(ea, 1, USER_DS)) in address_ok()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | process.c | 1268 if (!__access_ok(pc, NR_INSN_TO_PRINT * sizeof(int), USER_DS)) { in show_user_instructions()
|