Expand description
Implementation of PageTableEntry
and PageTable
.
Structs§
- PTEFlags
- Page
Table - Page
Table Entry - page table entry structure
Functions§
- translated_
byte_ buffer - translate a pointer to a mutable u8 Vec through page table
- translated_
refmut - translate a generic through page table and return a mutable reference
- translated_
str - translate a pointer to a mutable u8 Vec end with
\0
through page table to aString