Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/resources/src/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/crosvm/resources/libresources/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex10000/
Dlibresources.rlib.d.raw1 …rs external/crosvm/resources/src/address_range.rs external/crosvm/resources/src/system_allocator.rs
3 …rs external/crosvm/resources/src/address_range.rs external/crosvm/resources/src/system_allocator.rs
8 external/crosvm/resources/src/system_allocator.rs:
Dlibresources.rlib.d1 …rs external/crosvm/resources/src/address_range.rs external/crosvm/resources/src/system_allocator.rs
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dlib.rs215 system_allocator: &mut SystemAllocator, in build_vm()
277 system_allocator, in build_vm()
301 system_allocator, in build_vm()
380 .finalize_devices(system_allocator, &io_bus, &mmio_bus) in build_vm()
389 let pci_ranges: Vec<fdt::PciRange> = system_allocator in build_vm()
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs508 system_allocator: &mut SystemAllocator, in build_vm()
718 system_allocator, in build_vm()
742 system_allocator, in build_vm()
898 add_pci_ranges(system_allocator.mmio_allocator(MmioType::Low), false); in build_vm()
899 add_pci_ranges(system_allocator.mmio_allocator(MmioType::High), true); in build_vm()
913 system_allocator, in build_vm()
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs830 system_allocator: &mut SystemAllocator, in build_vm()
870 system_allocator in build_vm()
879 if !system_allocator.reserve_irq(sci_irq) { in build_vm()
906 system_allocator, in build_vm()
952 system_allocator, in build_vm()
1050 system_allocator, in build_vm()
1075 .finalize_devices(system_allocator, &io_bus, &mmio_bus) in build_vm()
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs535 system_allocator: &mut SystemAllocator, in build_vm()