Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Ddebugreg.h23 #define DR_TRAP2 (0x4) /* db2 */ macro
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/linux-6.1.9/arch/x86/include/asm/
Dtraps.h32 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()