Home
last modified time | relevance | path

Searched defs:AddressAllocator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/resources/src/
H A Daddress_allocator.rs20 pub struct AddressAllocator { struct
32 impl AddressAllocator { argument
H A Dsystem_allocator.rs273 fn get_pci_allocator_mut(&mut self, bus: u8) -> Option<&mut AddressAllocator> { in get_pci_allocator_mut()
431 pub fn mmio_platform_allocator(&mut self) -> Option<&mut AddressAllocator> { in mmio_platform_allocator()
436 pub fn io_allocator(&mut self) -> Option<&mut AddressAllocator> { in io_allocator()
443 pub fn mmio_allocator(&mut self, mmio_type: MmioType) -> &mut AddressAllocator { in mmio_allocator()