Searched refs:hook_fault_code (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm/mm/ |
H 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()
|
H 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()
|
/linux/arch/arm/mach-bcm/ |
H A D | bcm_5301x.c | 39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
/linux/arch/arm/include/asm/ |
H A D | bug.h | 77 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
/linux/drivers/pci/controller/ |
H A D | pci-ixp4xx.c | 560 hook_fault_code(16+6, ixp4xx_pci_abort_handler, SIGBUS, 0, in ixp4xx_pci_probe()
|
/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 1243 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()
|