Home
last modified time | relevance | path

Searched defs:PageTable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/memory/
Dpage_table.rs48 pub struct PageTable { struct
52 impl From<IdMap> for PageTable { implementation
58 impl Default for PageTable { implementation
77 impl PageTable { impl
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/
Dpaging.rs161 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress); in allocate_table()
169 unsafe fn deallocate_table(&mut self, page_table: NonNull<PageTable>); in deallocate_table()
172 fn physical_to_virtual(&self, pa: PhysicalAddress) -> NonNull<PageTable>; in physical_to_virtual()
587 fn from_pointer(table: NonNull<PageTable>, level: usize) -> Self { in from_pointer()
830 pub struct PageTable { struct
834 impl PageTable { impl
Didmap.rs29 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table()
37 unsafe fn deallocate_table(&mut self, page_table: NonNull<PageTable>) { in deallocate_table()
41 fn physical_to_virtual(&self, pa: PhysicalAddress) -> NonNull<PageTable> { in physical_to_virtual()
Dlinearmap.rs51 fn allocate_table(&mut self) -> (NonNull<PageTable>, PhysicalAddress) { in allocate_table()
62 unsafe fn deallocate_table(&mut self, page_table: NonNull<PageTable>) { in deallocate_table()
66 fn physical_to_virtual(&self, pa: PhysicalAddress) -> NonNull<PageTable> { in physical_to_virtual()
/aosp_15_r20/external/gmmlib/Source/GmmLib/TranslationTable/
H A DGmmUmdTranslationTable.h458 PageTable(int Size, int NumL3e, TT_TYPE flag) : in PageTable() function