Home
last modified time | relevance | path

Searched refs:mmio_allocator (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs431 pub fn mmio_allocator(&mut self, mmio_type: MmioType) -> &mut AddressAllocator { in mmio_allocator() method
494 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()
/external/crosvm/aarch64/src/
Dlib.rs921 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()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs1566 .mmio_allocator(memtype[i]) in allocate_nonroot_barmem()