pub fn arch_interrupt_save() -> InterruptSavedStateExpand description
Save the current interrupt state (specifically, whether interrupts are enabled) and disable interrupts on the current CPU.
pub fn arch_interrupt_save() -> InterruptSavedStateSave the current interrupt state (specifically, whether interrupts are enabled) and disable interrupts on the current CPU.