/linux-4.1.27/arch/arm/mm/ |
D | fault.c | 529 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() function 600 hook_fault_code(4, do_translation_fault, SIGSEGV, SEGV_MAPERR, in exceptions_init() 609 hook_fault_code(3, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init() 611 hook_fault_code(6, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init()
|
D | alignment.c | 990 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1001 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | bcm_5301x.c | 42 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mm.h | 39 extern void hook_fault_code(int nr, int (*fn)
|
D | fault.c | 447 void __init hook_fault_code(int nr, in hook_fault_code() function
|
D | alignment.c | 520 hook_fault_code(1, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | pci_v3.c | 622 hook_fault_code(4, v3_pci_fault, SIGBUS, 0, "external abort on linefetch"); in pci_v3_preinit() 623 hook_fault_code(6, v3_pci_fault, SIGBUS, 0, "external abort on linefetch"); in pci_v3_preinit() 624 hook_fault_code(8, v3_pci_fault, SIGBUS, 0, "external abort on non-linefetch"); in pci_v3_preinit() 625 hook_fault_code(10, v3_pci_fault, SIGBUS, 0, "external abort on non-linefetch"); in pci_v3_preinit()
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | pci.c | 200 hook_fault_code(8, ks8695_pci_fault, SIGBUS, 0, "external abort on non-linefetch"); in ks8695_pci_preinit() 201 hook_fault_code(10, ks8695_pci_fault, SIGBUS, 0, "external abort on non-linefetch"); in ks8695_pci_preinit()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | bug.h | 78 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | board-v7.c | 145 hook_fault_code(16 + 6, armada_375_external_abort_wa, SIGBUS, 0, in external_abort_quirk()
|
/linux-4.1.27/arch/arm/plat-iop/ |
D | pci.c | 349 hook_fault_code(16+6, iop3xx_pci_abort, SIGBUS, 0, "imprecise external abort"); in iop3xx_atu_debug()
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | pcie.c | 291 hook_fault_code(16 + 6, cns3xxx_pcie_abort_handler, SIGBUS, 0, in cns3xxx_pcie_init_late()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | common-pci.c | 340 hook_fault_code(16+6, abort_handler, SIGBUS, 0, in ixp4xx_pci_preinit()
|
/linux-4.1.27/drivers/bus/ |
D | brcmstb_gisb.c | 346 hook_fault_code(22, brcmstb_bus_error_handler, SIGBUS, 0, in brcmstb_gisb_arb_probe()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-keystone.c | 279 hook_fault_code(17, keystone_pcie_fault, SIGBUS, 0, in ks_pcie_host_init()
|
D | pci-imx6.c | 573 hook_fault_code(16 + 6, imx6q_pcie_abort_handler, SIGBUS, 0, in imx6_pcie_probe()
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | pci.c | 987 hook_fault_code(16+6, iop13xx_pci_abort, SIGBUS, 0, in iop13xx_pci_init()
|
/linux-4.1.27/arch/arm/kernel/ |
D | hw_breakpoint.c | 1108 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()
|