Searched refs:dr6_p (Results 1 – 2 of 2) sorted by relevance
514 unsigned long *dr6_p; in hw_breakpoint_handler() local519 dr6_p = (unsigned long *)ERR_PTR(args->err); in hw_breakpoint_handler()520 dr6 = *dr6_p; in hw_breakpoint_handler()553 (*dr6_p) &= ~(DR_TRAP0 << i); in hw_breakpoint_handler()
584 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); in kmmio_die_notifier() local586 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()587 if (post_kmmio_handler(*dr6_p, arg->regs) == 1) { in kmmio_die_notifier()592 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()