Searched refs:allocate_page_frames (Results 1 – 2 of 2) sorted by relevance
9 allocate_page_frames, deallocate_page_frames, PageFrameCount, PhysPageFrame,30 allocate_page_frames(page_num).expect("VirtIO Impl: alloc page failed"); in dma_alloc()
325 pub unsafe fn allocate_page_frames(count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)> { in allocate_page_frames() function