pub fn disable_interrupts()Expand description
Clear the CPU’s Interrupt Flag via cli, masking hardware IRQs (CPU exceptions like #PF, #MC or NMI can still fire)
pub fn disable_interrupts()Clear the CPU’s Interrupt Flag via cli, masking hardware IRQs (CPU exceptions like #PF, #MC or NMI can still fire)