[−][src]Struct sunrise_bootstrap::paging::table::PagingOffTable
A table we can modify by directly accessing physical memory because paging is off
Trait Implementations
impl Deref for PagingOffTable[src]
type Target = PageTable
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl DerefMut for PagingOffTable[src]
impl HierarchicalTable for PagingOffTable[src]
fn entries(&self) -> &[Entry; 1024][src]
fn entries_mut(&mut self) -> &mut [Entry; 1024][src]
fn zero(&mut self)[src]
fn map_nth_entry<T: Flusher>(
&mut self,
entry: usize,
frame: Frame,
flags: I386EntryFlags
)[src]
&mut self,
entry: usize,
frame: Frame,
flags: I386EntryFlags
)
fn guard_nth_entry<T: Flusher>(&mut self, entry: usize)[src]
fn flush_cache()[src]
impl Index<usize> for PagingOffTable[src]
type Output = <PageTable as Index<usize>>::Output
The returned type after indexing.
fn index(&self, index: usize) -> &Entry[src]
impl IndexMut<usize> for PagingOffTable[src]
impl PageTableTrait for PagingOffTable[src]
type FlusherType = NoFlush
fn map_whole_table(
&mut self,
start_address: PhysicalAddress,
flags: I386EntryFlags
)[src]
&mut self,
start_address: PhysicalAddress,
flags: I386EntryFlags
)
fn map_guard_whole_table(&mut self)[src]
Auto Trait Implementations
impl RefUnwindSafe for PagingOffTable
impl Send for PagingOffTable
impl Sync for PagingOffTable
impl Unpin for PagingOffTable
impl UnwindSafe for PagingOffTable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,