Searched refs:handle_breakpoint (Results 1 – 4 of 4) sorted by relevance
170 static void handle_breakpoint(arm_saved_state_t *, uint64_t) __dead2;918 handle_breakpoint(state, esr); in sleh_synchronous()931 handle_breakpoint(state, esr); in sleh_synchronous()937 handle_breakpoint(state, esr); in sleh_synchronous()1265 .handle_breakpoint = ptrauth_handle_brk_trap);1273 .handle_breakpoint = NULL);1280 .handle_breakpoint = NULL);1288 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);1296 .handle_breakpoint = xnu_hard_trap_handle_breakpoint);1322 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()[all …]
532 .handle_breakpoint = NULL);539 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);546 .handle_breakpoint = NULL);553 .handle_breakpoint = NULL);594 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()595 desc->handle_breakpoint(state, comment); /* May trigger panic */ in handle_kernel_breakpoint()1738 .handle_breakpoint = handle_recoverable_kernel_trap);
122 void (*handle_breakpoint)(void *states, uint16_t comment); member
81 .handle_breakpoint = kasan_handle_brk_failure);