| /linux/arch/mips/kernel/ |
| H A D | unaligned.c | 171 if (user && !access_ok(addr, 4)) in emulate_load_store_insn() 180 if (user && !access_ok(addr, 2)) in emulate_load_store_insn() 189 if (user && !access_ok(addr, 2)) in emulate_load_store_insn() 209 if (user && !access_ok(addr, 4)) in emulate_load_store_insn() 218 if (user && !access_ok(addr, 2)) in emulate_load_store_insn() 239 if (!access_ok(addr, 2)) in emulate_load_store_insn() 248 if (!access_ok(addr, 4)) in emulate_load_store_insn() 257 if (!access_ok(addr, 2)) in emulate_load_store_insn() 266 if (!access_ok(addr, 2)) in emulate_load_store_insn() 275 if (!access_ok(addr, 4)) in emulate_load_store_insn() [all …]
|
| H A D | signal32.c | 50 if (!access_ok(act, sizeof(*act))) 65 if (!access_ok(oact, sizeof(*oact)))
|
| H A D | signal_o32.c | 122 if (!access_ok(frame, sizeof (*frame))) in setup_frame_32() 164 if (!access_ok(frame, sizeof(*frame))) in sys32_rt_sigreturn() 201 if (!access_ok(frame, sizeof (*frame))) in setup_rt_frame_32() 266 if (!access_ok(frame, sizeof(*frame))) in sys32_sigreturn()
|
| H A D | signal_n32.c | 60 if (!access_ok(frame, sizeof(*frame))) in sysn32_rt_sigreturn() 97 if (!access_ok(frame, sizeof (*frame))) in setup_rt_frame_n32()
|
| H A D | mips-r2-to-r6-emul.c | 1208 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() 1281 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() 1355 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() 1425 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() 1500 if (!access_ok((void __user *)vaddr, 8)) { in mipsr2_decoder() 1619 if (!access_ok((void __user *)vaddr, 8)) { in mipsr2_decoder() 1738 if (!access_ok((void __user *)vaddr, 8)) { in mipsr2_decoder() 1856 if (!access_ok((void __user *)vaddr, 8)) { in mipsr2_decoder() 1973 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() 2029 if (!access_ok((void __user *)vaddr, 4)) { in mipsr2_decoder() [all …]
|
| /linux/arch/mips/loongson64/ |
| H A D | cop2-ex.c | 71 if (!access_ok(addr, 16)) in loongson_cu2_call() 86 if (!access_ok(addr, 16)) in loongson_cu2_call() 110 if (!access_ok(addr, 16)) in loongson_cu2_call() 127 if (!access_ok(addr, 16)) in loongson_cu2_call() 160 if (!access_ok(addr, 2)) in loongson_cu2_call() 171 if (!access_ok(addr, 4)) in loongson_cu2_call() 182 if (!access_ok(addr, 8)) in loongson_cu2_call() 195 if (!access_ok(addr, 4)) in loongson_cu2_call() 211 if (!access_ok(addr, 8)) in loongson_cu2_call() 239 if (!access_ok(addr, 2)) in loongson_cu2_call() [all …]
|
| /linux/drivers/video/fbdev/mmp/ |
| H A D | core.c | 163 mutex_init(&path->access_ok); in mmp_register_path() 197 mutex_init(&path->overlays[i].access_ok); in mmp_register_path() 228 mutex_destroy(&path->overlays[i].access_ok); in mmp_unregister_path() 230 mutex_destroy(&path->access_ok); in mmp_unregister_path()
|
| /linux/include/asm-generic/ |
| H A D | access_ok.h | 44 #ifndef access_ok 45 #define access_ok(addr, size) likely(__access_ok(addr, size)) macro
|
| /linux/arch/arm/include/asm/ |
| H A D | futex.h | 53 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic() 107 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic() 137 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | futex.h | 38 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 74 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/hexagon/include/asm/ |
| H A D | futex.h | 39 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 79 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/microblaze/include/asm/ |
| H A D | futex.h | 37 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 73 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/alpha/include/asm/ |
| H A D | futex.h | 34 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 70 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/csky/include/asm/ |
| H A D | futex.h | 46 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 89 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/arc/include/asm/ |
| H A D | futex.h | 78 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 127 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/riscv/include/asm/ |
| H A D | futex.h | 41 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 83 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | futex.h | 79 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 124 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| H A D | checksum.h | 58 if (!access_ok(src, len)) in csum_and_copy_from_user() 243 if (!access_ok(dst, len)) in csum_and_copy_to_user()
|
| /linux/arch/sh/include/asm/ |
| H A D | checksum_32.h | 54 if (!access_ok(src, len)) in csum_and_copy_from_user() 200 if (!access_ok(dst, len)) in csum_and_copy_to_user()
|
| /linux/arch/sparc/include/asm/ |
| H A D | checksum_32.h | 65 if (unlikely(!access_ok(src, len))) in csum_and_copy_from_user() 73 if (!access_ok(dst, len)) in csum_and_copy_to_user()
|
| /linux/arch/mips/include/asm/ |
| H A D | futex.h | 97 if (!access_ok(uaddr, sizeof(u32))) in arch_futex_atomic_op_inuser() 138 if (!access_ok(uaddr, sizeof(u32))) in futex_atomic_cmpxchg_inatomic()
|
| H A D | checksum.h | 45 if (!access_ok(src, len)) in csum_and_copy_from_user() 58 if (!access_ok(dst, len)) in csum_and_copy_to_user()
|
| /linux/tools/perf/util/include/asm/ |
| H A D | uaccess.h | 13 #define access_ok(addr, size) 1 macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uaccess.h | 97 access_ok(_pu_addr, sizeof(*(ptr))) ? \ 348 access_ok(_gu_addr, sizeof(*(ptr))) ? \ 431 return likely(access_ok(addr, size)) ? __clear_user(addr, size) : size; in clear_user() 452 if (access_ok(to, n)) { in copy_mc_to_user() 468 if (unlikely(!access_ok(ptr, len))) in __user_access_begin()
|
| /linux/drivers/video/fbdev/mmp/fb/ |
| H A D | mmpfb.h | 34 struct mutex access_ok; member
|