Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c430 unsigned long *dr6_p; in hw_breakpoint_handler() local
433 dr6_p = (unsigned long *)ERR_PTR(args->err); in hw_breakpoint_handler()
434 dr6 = *dr6_p; in hw_breakpoint_handler()
473 (*dr6_p) &= ~(DR_TRAP0 << i); in hw_breakpoint_handler()
/linux-3.4.99/arch/x86/mm/
Dkmmio.c552 unsigned long* dr6_p = (unsigned long *)ERR_PTR(arg->err); in kmmio_die_notifier() local
554 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
555 if (post_kmmio_handler(*dr6_p, arg->regs) == 1) { in kmmio_die_notifier()
560 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()