Home
last modified time | relevance | path

Searched refs:DR_TRAP_BITS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dhw_breakpoint.c431 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()
442 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()
489 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
490 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
Dtraps.c694 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
/linux-4.1.27/arch/x86/include/uapi/asm/
Ddebugreg.h24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro