Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Ddebugreg.h38 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux/arch/x86/kernel/
H A Dtraps.c1151 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ in debug_read_reset_dr6()
1169 * value 0xFFFF0FF0, defined as DR6_RESERVED, immediately. in debug_read_reset_dr6()
1171 set_debugreg(DR6_RESERVED, 6); in debug_read_reset_dr6()
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/kernel/cpu/
H A Dcommon.c2328 set_debugreg(DR6_RESERVED, 6); in initialize_debug_regs()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5813 set_debugreg(DR6_RESERVED, 6); in handle_interrupt_window()