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

fast_ipc_send

Function fast_ipc_send 

Source
pub fn fast_ipc_send(msg: &SmallMessage, target: ProcessId) -> Result<()>
Expand description

Fast-path IPC for small messages

This function implements the register-based fast path for messages that fit entirely in CPU registers.