Lines Matching refs:hit
284 int *hit, ppc_inst_t instr) in stepping_handler() argument
292 if (!hit[i]) in stepping_handler()
305 if (!hit[i]) in stepping_handler()
316 int *hit, unsigned long ea) in handle_p10dd1_spurious_exception() argument
365 hit[i] = 1; in handle_p10dd1_spurious_exception()
383 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler() local
426 hit[i] = 1; in hw_breakpoint_handler()
438 handle_p10dd1_spurious_exception(bp, hit, ea); in hw_breakpoint_handler()
453 if (!hit[i] || !is_ptrace_bp(bp[i])) in hw_breakpoint_handler()
465 if (!hit[i]) in hw_breakpoint_handler()
473 if (!stepping_handler(regs, bp, hit, instr)) in hw_breakpoint_handler()
482 if (!hit[i]) in hw_breakpoint_handler()