Searched refs:do_put_user_call (Results 1 – 1 of 1) sorted by relevance
170 #define do_put_user_call(fn,x,ptr) \ macro 208 #define put_user(x, ptr) ({ might_fault(); do_put_user_call(put_user,x,ptr); })230 #define __put_user(x, ptr) do_put_user_call(put_user_nocheck,x,ptr)