Expand description
Interrupt
Structs
X86_64 general purpose registers
An RAII implementation of an interrupt disable. When this structure is
dropped (falls out of scope), the interrupt will be recovered into state on creation of this struct.
Therefore, you must dropped the this struct in reverse of creation order.
Enums
Enumeration for representing interrupt state