Searched refs:hook_fault_code (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/arm/mm/ |
D | fault.c | 506 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() function 592 hook_fault_code(4, do_translation_fault, SIGSEGV, SEGV_MAPERR, in exceptions_init() 601 hook_fault_code(3, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init() 603 hook_fault_code(6, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init()
|
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-v6.6/arch/arm/mach-bcm/ |
D | bcm_5301x.c | 39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
/Linux-v6.6/arch/arm/include/asm/ |
D | bug.h | 77 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
/Linux-v6.6/drivers/pci/controller/ |
D | pcie-rcar-host.c | 1142 hook_fault_code(17, rcar_pcie_aarch32_abort_handler, SIGBUS, 0, in rcar_pcie_init() 1145 hook_fault_code(22, rcar_pcie_aarch32_abort_handler, SIGBUS, 0, in rcar_pcie_init()
|
D | pci-ixp4xx.c | 560 hook_fault_code(16+6, ixp4xx_pci_abort_handler, SIGBUS, 0, in ixp4xx_pci_probe()
|
/Linux-v6.6/arch/arm/kernel/ |
D | hw_breakpoint.c | 1208 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()
|
/Linux-v6.6/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 833 hook_fault_code(17, ks_pcie_fault, SIGBUS, 0, in ks_pcie_host_init()
|
D | pci-imx6.c | 1606 hook_fault_code(8, imx6q_pcie_abort_handler, SIGBUS, 0, in imx6_pcie_init()
|