Searched refs:handle_breakpoint (Results 1 – 4 of 4) sorted by relevance
173 static void handle_breakpoint(arm_saved_state_t *, uint64_t) __dead2;929 handle_breakpoint(state, esr); in sleh_synchronous()942 handle_breakpoint(state, esr); in sleh_synchronous()948 handle_breakpoint(state, esr); in sleh_synchronous()1288 .handle_breakpoint = ptrauth_handle_brk_trap);1296 .handle_breakpoint = NULL);1303 .handle_breakpoint = NULL);1312 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);1320 .handle_breakpoint = xnu_hard_trap_handle_breakpoint);1348 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()[all …]
561 .handle_breakpoint = NULL);569 .handle_breakpoint = xnu_soft_trap_handle_breakpoint);576 .handle_breakpoint = NULL);583 .handle_breakpoint = xnu_hard_trap_handle_breakpoint);631 if (desc->handle_breakpoint) { in handle_kernel_breakpoint()632 *reason = desc->handle_breakpoint(state, comment); in handle_kernel_breakpoint()1798 .handle_breakpoint = handle_recoverable_kernel_trap);
214 const char *(*handle_breakpoint)(void *states, uint16_t comment); member
82 .handle_breakpoint = kasan_handle_brk_failure);