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

send_ipi

Function send_ipi 

Source
pub fn send_ipi(dest: u8, vector: u8) -> KernelResult<()>
Expand description

Send an Inter-Processor Interrupt via the Local APIC.

  • dest: Destination APIC ID.
  • vector: Interrupt vector.