Home
last modified time | relevance | path

Searched refs:system_allocator (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/resources/src/
Dlib.rs13 pub use crate::system_allocator::AllocOptions;
14 pub use crate::system_allocator::MmioType;
15 pub use crate::system_allocator::SystemAllocator;
16 pub use crate::system_allocator::SystemAllocatorConfig;
20 mod system_allocator; module
/external/crosvm/aarch64/src/
Dlib.rs372 system_allocator: &mut SystemAllocator, in build_vm()
543 system_allocator, in build_vm()
567 system_allocator, in build_vm()
630 let pci_ranges: Vec<fdt::PciRange> = system_allocator in build_vm()
654 system_allocator, in build_vm()
/external/crosvm/x86_64/src/
Dlib.rs684 system_allocator: &mut SystemAllocator, in build_vm()
721 system_allocator in build_vm()
732 if !system_allocator.reserve_irq(sci_irq) { in build_vm()
756 system_allocator, in build_vm()
801 system_allocator, in build_vm()
878 system_allocator, in build_vm()
905 .finalize_devices(system_allocator, &io_bus, &mmio_bus) in build_vm()
/external/crosvm/arch/src/
Dlib.rs440 system_allocator: &mut SystemAllocator, in build_vm()