Lines Matching refs:code
35 contains a reason code for the exception.
54 to executable code. This code is hidden inside the user access macros.
57 the code generated by the preprocessor and the compiler. I selected
60 The original code in sysrq.c line 587:
126 see what code gcc generates:
183 file. But first we want to find out what happened to our code in the
230 told the assembler to move the following code to the specified
241 the original assembly code: > 1: movb (%ebx),%dl
244 The local label 3 (backwards again) is the address of the code to handle
246 the original assembly code: > 3: movl $-14,%eax
249 The assembly code
270 and returns the address of the associated fault handle code c0199ff5.
272 handle code and returns.
273 7.) execution continues in the fault handling code.
282 we set EAX to -EFAULT in the exception handler code. Well, the
284 successful, -EFAULT on failure. Our original code did not test this
285 return value, however the inline assembly code in get_user tries to
290 only use exceptions for code in the .text section. Any other section