Searched refs:should_fail_usercopy (Results 1 – 6 of 6) sorted by relevance
110 if (should_fail_usercopy()) in __copy_from_user()133 if (should_fail_usercopy()) in __copy_to_user_inatomic()144 if (should_fail_usercopy()) in __copy_to_user()157 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()175 if (should_fail_usercopy()) in _copy_to_user()
14 bool should_fail_usercopy(void);18 static inline bool should_fail_usercopy(void) { return false; } in should_fail_usercopy() function
35 bool should_fail_usercopy(void) in should_fail_usercopy() function39 EXPORT_SYMBOL_GPL(should_fail_usercopy);
14 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()29 if (should_fail_usercopy()) in _copy_to_user()
118 if (should_fail_usercopy()) in strncpy_from_user()
153 if (should_fail_usercopy()) in copyout()164 if (should_fail_usercopy()) in copyin()
Completed in 19 milliseconds