Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/ !
H A Ddebugreg.h38 #define DR6_RESERVED (0xFFFF0FF0) macro
/linux/arch/x86/kernel/ !
H A Dprocess_32.c96 (d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1)) in __show_regs()
H A Dhw_breakpoint.c490 set_debugreg(DR6_RESERVED, 6); in hw_breakpoint_restore()
H A Dtraps.c1151 dr6 ^= DR6_RESERVED; /* Flip to positive polarity */ 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()
H A Dprocess_64.c137 (d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1))) { in __show_regs()
/linux/arch/x86/kernel/cpu/ !
H A Dcommon.c2330 set_debugreg(DR6_RESERVED, 6); in initialize_debug_regs()
/linux/arch/x86/kvm/vmx/ !
H A Dvmx.c5897 set_debugreg(DR6_RESERVED, 6); in vmx_sync_dirty_debug_regs()