Searched refs:hook_fault_code (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/arm/mm/ |
A D | fault.c | 538 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() function 624 hook_fault_code(4, do_translation_fault, SIGSEGV, SEGV_MAPERR, in exceptions_init() 633 hook_fault_code(3, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init() 635 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()
|
/linux-6.3-rc2/arch/arm/mach-bcm/ |
A D | bcm_5301x.c | 41 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | bug.h | 77 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-rcar-host.c | 1163 hook_fault_code(17, rcar_pcie_aarch32_abort_handler, SIGBUS, 0, in rcar_pcie_init() 1166 hook_fault_code(22, rcar_pcie_aarch32_abort_handler, SIGBUS, 0, in rcar_pcie_init()
|
A D | pci-ixp4xx.c | 559 hook_fault_code(16+6, ixp4xx_pci_abort_handler, SIGBUS, 0, in ixp4xx_pci_probe()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | hw_breakpoint.c | 1208 hook_fault_code(FAULT_CODE_DEBUG, hw_breakpoint_pending, SIGTRAP, in arch_hw_breakpoint_init()
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pci-keystone.c | 834 hook_fault_code(17, ks_pcie_fault, SIGBUS, 0, in ks_pcie_host_init()
|
A D | pci-imx6.c | 1576 hook_fault_code(8, imx6q_pcie_abort_handler, SIGBUS, 0, in imx6_pcie_init()
|
Completed in 24 milliseconds