Searched refs:VERIFY_WRITE (Results 1 – 4 of 4) sorted by relevance
/include/asm-generic/ |
D | uaccess.h | 38 #define VERIFY_WRITE 1 macro 166 access_ok(VERIFY_WRITE, ptr, sizeof(*ptr)) ? \ 257 if (access_ok(VERIFY_WRITE, to, n)) in copy_to_user() 328 if (!access_ok(VERIFY_WRITE, to, n)) in clear_user()
|
D | futex.h | 19 if (! access_ok (VERIFY_WRITE, uaddr, sizeof(u32))) in futex_atomic_op_inuser()
|
/include/net/ |
D | checksum.h | 49 if (access_ok(VERIFY_WRITE, dst, len)) { in csum_and_copy_to_user()
|
/include/linux/ |
D | regset.h | 342 if (!access_ok(VERIFY_WRITE, data, size)) in copy_regset_to_user()
|