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

Module user_validation

Module user_validation 

Source
Expand description

User space memory validation utilities

Provides functions to validate user space addresses and check page mappings.

Traits§

PageTableEntryExt
Extension trait for PageTableEntry to check user accessibility

Functions§

is_user_addr_valid
Check if a user address is valid (within user space range)
translate_address
Translate a virtual address to its page table entry