Searched refs:hook_fault_code (Results 1 – 5 of 5) sorted by relevance
| /arch/arm/mach-bcm/ |
| A D | bcm_5301x.c | 39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
| /arch/arm/mm/ |
| A D | fault.c | 576 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() function 663 hook_fault_code(4, do_translation_fault, SIGSEGV, SEGV_MAPERR, in exceptions_init() 672 hook_fault_code(3, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init() 674 hook_fault_code(6, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init()
|
| A D | alignment.c | 1034 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1045 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
| /arch/arm/include/asm/ |
| A D | bug.h | 77 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
| /arch/arm/kernel/ |
| A D | hw_breakpoint.c | 1243 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()
|
Completed in 12 milliseconds