Home
last modified time | relevance | path

Searched refs:DR_STEP (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h47 #define DR_STEP (0x4000) /* single-step */ macro
/linux/arch/x86/include/asm/
H A Dtraps.h32 if (condition & DR_STEP) in get_si_code()
/linux/arch/x86/mm/
H A Dkmmio.c596 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
602 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()
/linux/arch/x86/kernel/
H A Dkgdb.c490 (*(unsigned long *)ERR_PTR(args->err)) &= ~DR_STEP; in single_step_cont()