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

on_syscall_exit

Function on_syscall_exit 

Source
pub fn on_syscall_exit()
Expand description

Called at the end of every syscall handler, just before SYSRET.

Currently a no-op; the SYSRET path in assembly handles CR3 restore.