Searched refs:handle_breakpoint (Results 1 – 4 of 4) sorted by relevance
163 static void handle_breakpoint(arm_saved_state_t *, uint32_t) __dead2;837 handle_breakpoint(state, esr); in sleh_synchronous()850 handle_breakpoint(state, esr); in sleh_synchronous()856 handle_breakpoint(state, esr); in sleh_synchronous()1148 .handle_breakpoint = ptrauth_handle_brk_trap);1156 .handle_breakpoint = NULL);1163 .handle_breakpoint = NULL);1171 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);1179 .handle_breakpoint = xnu_hard_trap_handle_breakpoint);1205 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()[all …]
531 .handle_breakpoint = NULL);538 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);545 .handle_breakpoint = NULL);552 .handle_breakpoint = NULL);590 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()591 desc->handle_breakpoint(state, comment); /* May trigger panic */ in handle_kernel_breakpoint()1695 .handle_breakpoint = handle_recoverable_kernel_trap);
118 void (*handle_breakpoint)(void *states, uint16_t comment); member
81 .handle_breakpoint = kasan_handle_brk_failure);