Searched refs:dr6_p (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c514 unsigned long *dr6_p; local
519 dr6_p = (unsigned long *)ERR_PTR(args->err);
520 dr6 = *dr6_p;
553 (*dr6_p) &= ~(DR_TRAP0 << i);
/linux-master/arch/x86/mm/
H A Dkmmio.c594 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); local
596 if (val == DIE_DEBUG && (*dr6_p & DR_STEP))
597 if (post_kmmio_handler(*dr6_p, arg->regs) == 1) {
602 *dr6_p &= ~DR_STEP;

Completed in 302 milliseconds