Lines Matching full:faults
419 * Note we only handle faults in kernel here.
557 * ones are faults accessing the GDT, or LDT. Perhaps in show_fault_oops()
613 * kernel addresses are always protection faults. in set_signal_archinfo()
648 * the below recursive fault logic only apply to a faults from in no_context()
663 /* XXX: hwpoison faults will set the wrong code. */ in no_context()
723 * recover from such faults. in no_context()
812 * are always protection faults. in __bad_area_nosemaphore()
906 * 3. T1 : faults... in bad_area_access_error()
1009 * Spurious faults may only occur if the TLB contains an entry with
1011 * and reserved bit (R = 1) faults are never spurious.
1033 * spurious faults. in spurious_kernel_fault()
1038 * faults. in spurious_kernel_fault()
1106 * faults just to hit a X86_PF_PK as soon as we fill in a in access_error()
1145 * Called for all faults where 'address' is part of the kernel address
1146 * space. Might get called for faults that originate from *code* that
1195 /* kprobes don't want to hook the spurious faults: */ in do_kern_addr_fault()
1211 /* Handle faults in the user portion of the address space */
1226 /* kprobes don't want to hook the spurious faults: */ in do_user_addr_fault()
1285 * Faults in the vsyscall page might need emulation. The in do_user_addr_fault()
1317 * which we do not expect faults. in do_user_addr_fault()
1462 * getting values from real and async page faults mixed up. in DEFINE_IDTENTRY_RAW_ERRORCODE()