Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c449 unsigned long *dr6_p; in hw_breakpoint_handler() local
452 dr6_p = (unsigned long *)ERR_PTR(args->err); in hw_breakpoint_handler()
453 dr6 = *dr6_p; in hw_breakpoint_handler()
492 (*dr6_p) &= ~(DR_TRAP0 << i); in hw_breakpoint_handler()
/linux-4.4.14/arch/x86/mm/
Dkmmio.c581 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); in kmmio_die_notifier() local
583 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
584 if (post_kmmio_handler(*dr6_p, arg->regs) == 1) { in kmmio_die_notifier()
589 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()