Searched refs:dr7 (Results 1 – 3 of 3) sorted by relevance
113 to_write->dr7 = 0x33; // Activate all breakpoints. in debug_regs_fill_test_values()120 expected->dr7 = 0x733; // Activate all breakpoints. in debug_regs_fill_test_values()235 EXPECT_EQ(regs1.dr7, regs2.dr7, buf); in debug_regs_expect_eq()464 static_assert(offsetof(zx_thread_state_debug_regs_t, dr7) == 8 * 5, "");
1549 ASSERT_EQ(debug_regs.dr7, DR7_ZERO_MASK); in TestDebugRegistersValidation()1569 debug_regs.dr7 = ~DR7_ZERO_MASK; in TestDebugRegistersValidation()1582 ASSERT_EQ(debug_regs.dr7, 0xffff07ff); in TestDebugRegistersValidation()
79 uint64_t dr7; // Control register. member
Completed in 10 milliseconds