[−][src]Struct sunrise_kernel::paging::arch::i386::table::ActiveHierarchy
The currently active hierarchy of directory and tables. Gets its ActivePageDirectory through recursive mapping.
Trait Implementations
impl Debug for ActiveHierarchy[src]
impl TableHierarchy for ActiveHierarchy[src]
type TopLevelTableType = ActivePageDirectory
The type of the top level table.
fn get_top_level_table(&mut self) -> SmartHierarchicalTable<ActivePageDirectory>[src]
fn map_to_from_iterator<I>(
&mut self,
frames_iterator: I,
start_address: VirtualAddress,
flags: MappingAccessRights
) where
I: Iterator<Item = PhysicalAddress>, [src]
&mut self,
frames_iterator: I,
start_address: VirtualAddress,
flags: MappingAccessRights
) where
I: Iterator<Item = PhysicalAddress>,
fn guard(&mut self, address: VirtualAddress, length: usize)[src]
fn unmap<C>(&mut self, address: VirtualAddress, length: usize, callback: C) where
C: FnMut(PhysicalAddress), [src]
C: FnMut(PhysicalAddress),
fn for_every_entry<C>(
&mut self,
address: VirtualAddress,
length: usize,
callback: C
) where
C: FnMut(PageState<PhysicalAddress>, usize), [src]
&mut self,
address: VirtualAddress,
length: usize,
callback: C
) where
C: FnMut(PageState<PhysicalAddress>, usize),
fn find_available_virtual_space_aligned(
&mut self,
length: usize,
start_addr: VirtualAddress,
end_addr: VirtualAddress,
alignment: usize
) -> Option<VirtualAddress>[src]
&mut self,
length: usize,
start_addr: VirtualAddress,
end_addr: VirtualAddress,
alignment: usize
) -> Option<VirtualAddress>
Auto Trait Implementations
impl RefUnwindSafe for ActiveHierarchy
impl Send for ActiveHierarchy
impl Sync for ActiveHierarchy
impl Unpin for ActiveHierarchy
impl UnwindSafe for ActiveHierarchy
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>,