Lines Matching refs:fault
44 int fault; in __handle_fault() local
69 fault = handle_mm_fault(mm, vma, address, write_access); in __handle_fault()
70 if (unlikely(fault & VM_FAULT_ERROR)) { in __handle_fault()
71 if (fault & VM_FAULT_OOM) in __handle_fault()
73 else if (fault & VM_FAULT_SIGBUS) in __handle_fault()
77 if (fault & VM_FAULT_MAJOR) in __handle_fault()
119 goto fault; in __user_copy_pt()
138 fault: in __user_copy_pt()
160 goto fault; in __dat_user_addr()
166 fault: in __dat_user_addr()
238 goto fault; in strnlen_user_pt()
250 fault: in strnlen_user_pt()
305 goto fault; in copy_in_user_pt()
312 goto fault; in copy_in_user_pt()
330 fault: in copy_in_user_pt()