Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-i386/
Ddebugreg.h60 #define DR_CONTROL_RESERVED (0xFC00) /* Reserved by Intel */ macro
/linux-2.4.37.9/include/asm-x86_64/
Ddebugreg.h61 #define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved */ macro
/linux-2.4.37.9/arch/i386/kernel/
Dptrace.c260 data &= ~DR_CONTROL_RESERVED; in sys_ptrace()
/linux-2.4.37.9/arch/x86_64/ia32/
Dptrace32.c96 val &= ~DR_CONTROL_RESERVED; in putreg32()
/linux-2.4.37.9/arch/x86_64/kernel/
Dptrace.c293 data &= ~DR_CONTROL_RESERVED; in sys_ptrace()