pub unsafe fn dr6_write(val: Dr6)
Expand description
Write dr6.
§Notes
Certain debug exceptions may clear bits 0-3. The remaining contents of the DR6 register are never cleared by the processor. To avoid confusion in identifying debug exceptions, debug handlers should clear the register (except bit 16, which they should set) before returning to the interrupted task).
§Safety
Needs CPL 0.