do_put_user_call
#define put_user(x, ptr) ({ might_fault(); do_put_user_call(put_user,x,ptr); })
#define __put_user(x, ptr) do_put_user_call(put_user_nocheck,x,ptr)