Home
last modified time | relevance | path

Searched refs:dr6_p (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dhw_breakpoint.c514 unsigned long *dr6_p; in hw_breakpoint_handler() local
519 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()
/linux-5.19.10/arch/x86/mm/
Dkmmio.c584 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); in kmmio_die_notifier() local
586 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()