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

is_user_addr_valid

Function is_user_addr_valid 

Source
pub fn is_user_addr_valid(addr: usize) -> bool
Expand description

Check if a user address is valid (within user space range)