Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h38 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux/arch/x86/kernel/
H A Dptrace.c623 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()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5834 set_debugreg(DR6_RESERVED, 6); in vmx_sync_dirty_debug_regs()