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

translate_address

Function translate_address 

Source
pub fn translate_address(addr: usize) -> Option<PageTableEntry>
Expand description

Translate a virtual address to its page table entry

Returns None if the address is not mapped