Searched refs:__access_ok (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.1/arch/ia64/include/asm/ |
| D | uaccess.h | 49 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok() function 57 #define __access_ok __access_ok macro 142 if (!check || __access_ok(__gu_ptr, size)) \ 170 if (!check || __access_ok(__pu_ptr, __pu_size)) \ 212 if (__access_ok(to, __cu_len)) \ 228 if (__access_ok(__sfu_from, 0)) \ 244 if (__access_ok(__su_str, 0)) \
|
| /Linux-v6.1/arch/um/include/asm/ |
| D | uaccess.h | 28 static inline int __access_ok(const void __user *ptr, unsigned long size); 31 #define __access_ok __access_ok macro 39 static inline int __access_ok(const void __user *ptr, unsigned long size) in __access_ok() function
|
| /Linux-v6.1/include/asm-generic/ |
| D | access_ok.h | 19 #ifndef __access_ok 31 static inline int __access_ok(const void __user *ptr, unsigned long size) in __access_ok() function 45 #define access_ok(addr, size) likely(__access_ok(addr, size))
|
| /Linux-v6.1/arch/sparc/include/asm/ |
| D | uaccess_32.h | 53 if (__access_ok(addr, size)) { \ 113 if (__access_ok(addr, size)) { \ 212 if (n && __access_ok(addr, n)) in clear_user()
|
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | uaccess.h | 68 if (__access_ok(__gu_addr, size)) { \ 163 if (__access_ok(__pu_addr, size)) { \ 282 if (__access_ok(to, len)) in clear_user()
|
| /Linux-v6.1/arch/x86/lib/ |
| D | usercopy.c | 36 if (!__access_ok(from, n)) in copy_from_user_nmi()
|
| /Linux-v6.1/arch/x86/kernel/ |
| D | stacktrace.c | 93 if (!__access_ok(fp, sizeof(*frame))) in copy_stack_frame()
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | uaccess.h | 29 static inline int __access_ok(const void __user *ptr, unsigned long size); 49 return likely(__access_ok(addr, size)); in access_ok()
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | uaccess.h | 44 likely(__access_ok(addr, size)); \
|
| /Linux-v6.1/arch/sparc/kernel/ |
| D | signal_64.c | 55 (!__access_ok(ucp, sizeof(*ucp)))) in sparc64_set_context()
|
| /Linux-v6.1/sound/pci/ac97/ |
| D | ac97_codec.c | 2109 goto __access_ok; in snd_ac97_mixer() 2117 goto __access_ok; in snd_ac97_mixer() 2143 __access_ok: in snd_ac97_mixer()
|
| /Linux-v6.1/arch/x86/events/ |
| D | core.c | 2809 return __access_ok(fp, size); in valid_user_frame()
|