Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dtraps.c924 if ((dr6 & DR_STEP) && is_sysenter_singlestep(regs)) in exc_debug_kernel()
925 dr6 &= ~DR_STEP; in exc_debug_kernel()
947 if (WARN_ON_ONCE(dr6 & DR_STEP)) in exc_debug_kernel()
986 current->thread.virtual_dr6 = (dr6 & DR_STEP); in exc_debug_user()
1019 if (dr6 & (DR_STEP | DR_TRAP_BITS) || icebp) in exc_debug_user()
A Dhw_breakpoint.c546 if (bpx && (dr6 & DR_STEP)) in hw_breakpoint_handler()
A Dkgdb.c489 (*(unsigned long *)ERR_PTR(args->err)) &= ~DR_STEP; in single_step_cont()
/linux/arch/x86/include/uapi/asm/
A Ddebugreg.h28 #define DR_STEP (0x4000) /* single-step */ macro
/linux/arch/x86/include/asm/
A Dtraps.h28 if (condition & DR_STEP) in get_si_code()
/linux/arch/x86/mm/
A Dkmmio.c586 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
592 *dr6_p &= ~DR_STEP; in kmmio_die_notifier()

Completed in 12 milliseconds