pub fn disable_interrupts()Expand description
Clear the CPU’s Interrupt Flag via cli, masking hardware IRQs (NMIs and exceptions still fire).
pub fn disable_interrupts()Clear the CPU’s Interrupt Flag via cli, masking hardware IRQs (NMIs and exceptions still fire).