Searched refs:put_user (Results 1 – 3 of 3) sorted by relevance
40 #define put_user(x,p) __put_user(x,p) macro
56 #define put_user(x,ptr) ({ int __ret_pu; __typeof__(*(ptr)) __pus_tmp = x; __ret_pu=0; if(… macro
49 #define put_user(x,ptr) __put_user_check((x), (ptr), sizeof(*(ptr))) macro