Home
last modified time | relevance | path

Searched refs:hook_fault_code (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/mm/
H A Dfault.c576 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 Dalignment.c1034 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 Dbcm_5301x.c39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
/linux/arch/arm/include/asm/
H A Dbug.h77 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
/linux/drivers/pci/controller/
H A Dpci-ixp4xx.c560 hook_fault_code(16+6, ixp4xx_pci_abort_handler, SIGBUS, 0, in ixp4xx_pci_probe()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c1243 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()