Lines Matching full:faults
170 * 3. T1 : faults...
596 * Note we only handle faults in kernel here.
732 * the below recursive fault logic only apply to a faults from in no_context()
749 /* XXX: hwpoison faults will set the wrong code. */ in no_context()
885 * Instruction fetch faults in the vsyscall page might need in __bad_area_nosemaphore()
898 * are always protection faults. in __bad_area_nosemaphore()
1078 * Spurious faults may only occur if the TLB contains an entry with
1080 * and reserved bit (R = 1) faults are never spurious.
1102 * spurious faults. in spurious_fault()
1107 * faults. in spurious_fault()
1175 * faults just to hit a X86_PF_PK as soon as we fill in a in access_error()
1223 * This routine handles page faults. It determines the address,
1269 /* kprobes don't want to hook the spurious faults: */ in __do_page_fault()
1281 /* kprobes don't want to hook the spurious faults: */ in __do_page_fault()
1326 * When running in the kernel we expect faults to occur only to in __do_page_fault()
1327 * addresses in user space. All other faults represent errors in in __do_page_fault()
1335 * As the vast majority of faults will be valid we will only perform in __do_page_fault()