Lines Matching refs:exception
4 Kernel level exception handling
32 accessible, the CPU generates a page fault exception and calls the
40 contains a reason code for the exception.
50 There it uses the address of the instruction that caused the exception
260 If the fixup was able to handle the exception, control flow may be returned
275 c017e7a5,c0199ff5 in the exception table of the kernel.
283 #. MMU generates exception
290 exception table (i.e. the contents of the ELF section __ex_table)
303 we set EAX to -EFAULT in the exception handler code. Well, the
310 Due to the way that the exception table is built and needs to be ordered,
312 will cause the exception table to not be sorted correctly, and the
316 double the size of the exception table by expanding the two entries
334 In v4.6 the exception table entry was expanded with a new field "handler".
351 at boot time. With the exception table sorted, at runtime when an exception
356 process. For example, i386 makes use of this form of exception handling before