Expand description

Implementation of PageTableEntry and PageTable.

Structs

page table entry flags

page table structure

page table entry structure

An abstraction over a buffer passed from user space to kernel space

An iterator over a UserBuffer

Functions

Translate&Copy a ptru8 array with LENGTH len to a mutable u8 Vec through page table

Translate a ptru8 array through page table and return a reference of T

Translate a ptru8 array through page table and return a mutable reference of T

Translate&Copy a ptru8 array end with \0 to a String Vec through page table