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

PageTableEntryExt

Trait PageTableEntryExt 

Source
pub trait PageTableEntryExt {
    // Required method
    fn is_user_accessible(&self) -> bool;
}
Expand description

Extension trait for PageTableEntry to check user accessibility

Required Methods§

Source

fn is_user_accessible(&self) -> bool

Implementors§