Searched refs:DR_TRAP_BITS (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Ddebugreg.h24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddebugreg.h24 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dhw_breakpoint.c441 if ((dr6 & DR_TRAP_BITS) == 0)
452 current->thread.debugreg6 &= ~DR_TRAP_BITS;
499 if ((current->thread.debugreg6 & DR_TRAP_BITS) ||
500 (dr6 & (~DR_TRAP_BITS)))
H A Dtraps.c590 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c441 if ((dr6 & DR_TRAP_BITS) == 0)
452 current->thread.debugreg6 &= ~DR_TRAP_BITS;
499 if ((current->thread.debugreg6 & DR_TRAP_BITS) ||
500 (dr6 & (~DR_TRAP_BITS)))
H A Dtraps.c590 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp)

Completed in 84 milliseconds