Searched refs:access_ok (Results 1 – 5 of 5) sorted by relevance
| /include/asm-generic/ |
| A D | access_ok.h | 44 #ifndef access_ok 45 #define access_ok(addr, size) likely(__access_ok(addr, size)) macro
|
| A D | uaccess.h | 128 access_ok(__p, sizeof(*ptr)) ? \ 190 access_ok(__p, sizeof(*ptr)) ? \ 223 if (!access_ok(to, n)) in clear_user()
|
| /include/linux/ |
| A D | uaccess.h | 168 if (!access_ok(from, n)) in _inline_copy_from_user() 195 if (access_ok(to, n)) { in _inline_copy_to_user() 553 #define user_access_begin(ptr,len) access_ok(ptr, len)
|
| A D | regset.h | 344 if (!access_ok(data, size)) in copy_regset_from_user()
|
| /include/video/ |
| A D | mmp_disp.h | 157 struct mutex access_ok; member 228 struct mutex access_ok; member
|
Completed in 10 milliseconds