Searched refs:with_page_mapped (Results 1 – 1 of 1) sorted by relevance
104 fn with_page_mapped<T>(&self, f: impl FnOnce(*mut u8) -> T) -> T { in with_page_mapped() method 117 // call just above in `with_page_mapped` that made that possible. In this case, it is the in with_page_mapped() 154 self.with_page_mapped(move |page_addr| { in with_pointer_into_page()