Searched defs:init_page_table (Results 1 – 2 of 2) sorted by relevance
44 pub fn init_page_table() -> result::Result<PageTable, MapError> { in init_page_table() function
50 fn init_page_table(pci_bar_range: &MemoryRegion) -> Result<(), MapError> { in init_page_table() function