Searched refs:do_put_user_call (Results 1 – 1 of 1) sorted by relevance
217 #define do_put_user_call(fn,x,ptr) \ macro252 #define put_user(x, ptr) ({ might_fault(); do_put_user_call(put_user,x,ptr); })274 #define __put_user(x, ptr) do_put_user_call(put_user_nocheck,x,ptr)