Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Ddebugreg.h18 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c117 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
Dprocess_64.c114 (d6 == DR6_RESERVED) && (d7 == 0x400)) in __show_regs()
Dtraps.c610 dr6 &= ~DR6_RESERVED; in do_debug()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c5301 if (!(dr6 & ~DR6_RESERVED)) /* icebp */ in handle_exception()