Lines Matching full:fault
32 accessible, the CPU generates a page fault exception and calls the
33 page fault handler::
37 in arch/x86/mm/fault.c. The parameters on the stack are set up by
44 space of the process, the fault probably occurred, because the page
52 (fixup). If this search is successful, the fault handler modifies the
250 backward) is the address of the instruction that might fault, i.e.
256 the fault, in our case the actual value is c0199ff5:
261 to the instruction after the one that triggered the fault, ie. local label 2b.
277 So, what actually happens if a fault from kernel mode with no suitable
291 and returns the address of the associated fault handle code c0199ff5.
292 #. fixup_exception() modifies its own return address to point to the fault
294 #. execution continues in the fault handling code.
342 This case provides the fault number of the trap that occurred at