Expand description
CPU-local interrupt control.
Functionsยง
- disable_
irqs - Makes the current CPU to ignore interrupts.
- enable_
irqs - Allows the current CPU to respond to interrupts.
- halt
- Halt the current CPU.
- irqs_
enabled - Returns whether the current CPU is allowed to respond to interrupts.
- wait_
for_ irqs - Relaxes the current CPU and waits for interrupts.
- wait_
for_ irqs_ disabled - Waits for an interrupt after the caller masks local IRQ delivery.