⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

send_ipi_all_excluding_self

Function send_ipi_all_excluding_self 

Source
pub fn send_ipi_all_excluding_self(vector: u8) -> KernelResult<()>
Expand description

Broadcast an IPI to all CPUs except self. Used for TLB shootdown.