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

get_saved_user_rsp

Function get_saved_user_rsp 

Source
pub fn get_saved_user_rsp() -> u64
Expand description

Get the user RSP saved by syscall_entry into per-CPU data.

Only valid during syscall handler execution.