Searched refs:curr_page (Results 1 – 1 of 1) sorted by relevance
91 let curr_page = bump_allocator.allocate_one(); in new() localVariable93 *f = curr_page.unwrap(); in new()200 pub fn write_page(curr_page: PhysAddr, page_list: PageList<A>) { in write_page()202 let virt_addr = unsafe { A::phys_2_virt(curr_page) }; in write_page()