Home
last modified time | relevance | path

Searched defs:SystemAllocator (Results 1 – 14 of 14) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs49 pub struct SystemAllocator { struct
60 impl SystemAllocator { implementation
224 pub fn create_allocator(&self, first_irq: u32) -> Result<SystemAllocator> { in create_allocator()
/external/crosvm/arch/src/
Dpstore.rs49 resources: &mut SystemAllocator, in create_memory_region()
Dlib.rs166 &mut SystemAllocator, in build_vm()
311 resources: &mut SystemAllocator, in generate_pci_root()
441 resources: &mut SystemAllocator, in add_goldfish_battery()
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs172 resources: &mut SystemAllocator, in allocate_address()
222 resources: &mut SystemAllocator, in allocate_io_bars()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs398 resources: &mut SystemAllocator, in allocate_address()
441 resources: &mut SystemAllocator, in allocate_io_bars()
484 resources: &mut SystemAllocator, in allocate_device_bars()
/external/crosvm/vm_control/src/
Dlib.rs311 sys_allocator: &mut SystemAllocator, in execute()
924 allocator: &mut SystemAllocator, in register_memory()
959 allocator: &mut SystemAllocator, in register_host_pointer()
/external/crosvm/devices/src/irqchip/kvm/
Dmod.rs158 _resources: &mut SystemAllocator, in finalize_devices()
Dx86_64.rs542 resources: &mut SystemAllocator, in finalize_devices()
/external/crosvm/devices/src/irqchip/
Dmod.rs129 resources: &mut SystemAllocator, in finalize_devices()
/external/crosvm/aarch64/src/
Dlib.rs240 &mut SystemAllocator, in build_vm()
442 fn get_resource_allocator(mem_size: u64) -> SystemAllocator { in get_resource_allocator()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs768 resources: &mut SystemAllocator, in allocate_address()
824 resources: &mut SystemAllocator, in allocate_io_bars()
913 resources: &mut SystemAllocator, in allocate_device_bars()
Dpci_device.rs95 _resources: &mut SystemAllocator, in allocate_device_bars()
/external/crosvm/x86_64/src/
Dlib.rs378 &mut SystemAllocator, in build_vm()
955 fn get_resource_allocator(mem: &GuestMemory) -> SystemAllocator { in get_resource_allocator()
1048 resources: &mut SystemAllocator, in setup_acpi_devices()
/external/crosvm/src/
Dlinux.rs1239 resources: &mut SystemAllocator, in create_pmem_device()
1372 resources: &mut SystemAllocator, in create_virtio_devices()
1626 resources: &mut SystemAllocator, in create_devices()