Searched refs:mmio_allocator (Results 1 – 3 of 3) sorted by relevance
431 pub fn mmio_allocator(&mut self, mmio_type: MmioType) -> &mut AddressAllocator { in mmio_allocator() method494 a.mmio_allocator(MmioType::High).allocate( in example()507 a.mmio_allocator(MmioType::High).get(&Alloc::PciBar { in example()524 a.mmio_allocator(MmioType::Low).allocate_at( in example()535 a.mmio_allocator(MmioType::Low).release(id), in example()549 a.mmio_allocator(MmioType::Low) in example()
921 add_pci_ranges(system_allocator.mmio_allocator(MmioType::Low), false); in build_vm()922 add_pci_ranges(system_allocator.mmio_allocator(MmioType::High), true); in build_vm()
1566 .mmio_allocator(memtype[i]) in allocate_nonroot_barmem()