Searched refs:allocate_one (Results 1 – 3 of 3) sorted by relevance
292 unsafe fn allocate_one(&mut self) -> Option<PhysAddr> { in allocate_one() method311 unsafe fn allocate_one(&mut self) -> Option<PhysAddr> { in allocate_one() method312 return T::allocate_one(self); in allocate_one()
93 let curr_page = bump_allocator.allocate_one(); in new()105 let curr_page = bump_allocator.allocate_one().unwrap(); in new()
496 let table_paddr = allocator.allocate_one()?; in create()551 let phys: PhysAddr = self.frame_allocator.allocate_one()?; in map()601 let frame = self.frame_allocator.allocate_one()?; in map_phys()