Lines Matching refs:EFAULT
51 return access_ok(type,addr,size)?0:-EFAULT; in verify_area()
105 : "m" (x), "K" (-EFAULT) in __put_user_asm_8()
133 : "d" (x), "K" (-EFAULT) in __put_user_asm_4()
161 : "d" (x), "K" (-EFAULT) in __put_user_asm_2()
189 : "d" (x), "K" (-EFAULT) in __put_user_asm_1()
253 : "m" (*(const __u64*)(ptr)),"K" (-EFAULT) \
278 : "m" (*(const __u32*)(ptr)),"K" (-EFAULT) \
303 : "m" (*(const __u16*)(ptr)),"K" (-EFAULT) \
329 : "m" (*(const __u8*)(ptr)),"K" (-EFAULT) \
441 "K" (-EFAULT) in __strncpy_from_user()
449 long res = -EFAULT; in strncpy_from_user()