Searched refs:hook_debug_fault_code (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | system_misc.h | 28 void hook_debug_fault_code(int nr, int (*fn)(unsigned long, unsigned long,
|
/linux-6.12.1/arch/arm64/kernel/ |
D | debug-monitors.c | 381 hook_debug_fault_code(DBG_ESR_EVT_HWSS, single_step_handler, SIGTRAP, in debug_traps_init() 383 hook_debug_fault_code(DBG_ESR_EVT_BRK, brk_handler, SIGTRAP, in debug_traps_init()
|
D | hw_breakpoint.c | 991 hook_debug_fault_code(DBG_ESR_EVT_HWBP, breakpoint_handler, SIGTRAP, in arch_hw_breakpoint_init() 993 hook_debug_fault_code(DBG_ESR_EVT_HWWP, watchpoint_handler, SIGTRAP, in arch_hw_breakpoint_init()
|
/linux-6.12.1/arch/arm64/mm/ |
D | fault.c | 917 void __init hook_debug_fault_code(int nr, in hook_debug_fault_code() function
|