Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A 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()
/openbmc/linux/arch/x86/mm/
H A Dkmmio.c594 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); in kmmio_die_notifier() local
596 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
597 if (post_kmmio_handler(*dr6_p, arg->regs) == 1) { in kmmio_die_notifier()
602 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()