Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-i386/
Ddebugreg.h19 #define DR_TRAP2 (0x4) /* db2 */ macro
/linux-2.4.37.9/include/asm-x86_64/
Ddebugreg.h19 #define DR_TRAP2 (0x4) /* db2 */ macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dtraps.c633 if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) { in do_debug()
/linux-2.4.37.9/arch/i386/kernel/
Dtraps.c540 if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) { in do_debug()