Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Ddebugreg.h68 #define DR_CONTROL_RESERVED (0xFC00) /* Reserved by Intel */ macro
70 #define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved */ macro
/linux-3.4.99/arch/x86/kernel/
Dptrace.c645 data &= ~DR_CONTROL_RESERVED; in ptrace_write_dr7()