Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h24 #define DR_TRAP3 (0x8) /* db3 */ macro
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h33 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()