Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Ddebugreg.h22 #define DR_TRAP1 (0x2) /* db1 */ macro
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Ddebugreg.h22 #define DR_TRAP1 (0x2) /* db1 */ macro
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h27 #define DR_TRAP1 (0x2) macro
30 #define DR_TRAP_BITS (DR_TRAP0 | DR_TRAP1 | DR_TRAP2 | DR_TRAP3)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h27 #define DR_TRAP1 (0x2) macro
30 #define DR_TRAP_BITS (DR_TRAP0 | DR_TRAP1 | DR_TRAP2 | DR_TRAP3)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtraps.h30 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtraps.h33 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()

Completed in 3 milliseconds