Skip to main content

notify_cpu

Function notify_cpu 

Source
pub fn notify_cpu(cpu_id: usize) -> Result<(), IrqError>
Expand description

Arms the shared physical IPI delivery edge for one CPU.

Callers must publish their logical pending state before this doorbell. The shared edge coalesces repeated notifications until the target CPU claims the physical interrupt; logical owners remain responsible for draining their own state.