Function x86_64::instructions::interrupts::disable
source · pub fn disable()
Expand description
Disable interrupts.
This is a wrapper around the cli
instruction.
pub fn disable()
Disable interrupts.
This is a wrapper around the cli
instruction.