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