Searched refs:DR6_RESERVED (Results 1 – 3 of 3) sorted by relevance
38 #define DR6_RESERVED (0xFFFF0FF0) macro
623 val = thread->virtual_dr6 ^ DR6_RESERVED; /* Flip back to arch polarity */ in ptrace_get_debugreg()679 thread->virtual_dr6 = val ^ DR6_RESERVED; /* Flip to positive polarity */ in ptrace_set_debugreg()
5834 set_debugreg(DR6_RESERVED, 6); in vmx_sync_dirty_debug_regs()