Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c460 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()
471 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()
518 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
519 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
Dtraps.c674 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
/linux-4.4.14/arch/x86/include/uapi/asm/
Ddebugreg.h24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro