Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/uapi/asm/
Ddebugreg.h19 #define DR6_RESERVED (0xFFFF0FF0) macro
/Linux-v5.4/arch/x86/kernel/
Dprocess_32.c100 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
Dtraps.c733 dr6 &= ~DR6_RESERVED; in do_debug()
Dprocess_64.c133 (d6 == DR6_RESERVED) && (d7 == 0x400))) { in __show_regs()