Home
last modified time | relevance | path

Searched refs:SystemAllocator (Results 1 – 25 of 40) sorted by relevance

12

/external/crosvm/devices/src/pci/
Dpvpanic.rs24 use resources::SystemAllocator;
126 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
141 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
245 use resources::SystemAllocator;
252 let mut allocator = SystemAllocator::new( in pvpanic_read_write()
Dstub.rs17 use resources::SystemAllocator;
164 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
218 use resources::SystemAllocator;
259 let mut allocator = SystemAllocator::new( in address_allocation()
Dpci_device.rs21 use resources::SystemAllocator;
346 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress>; in allocate_address()
368 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
375 fn allocate_device_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
458 _resources: &mut SystemAllocator, in configure_bridge_window() argument
668 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
680 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
683 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
742 resources: &mut SystemAllocator, in configure_bridge_window() argument
933 fn allocate_address(&mut self, _resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
Dac97.rs23 use resources::SystemAllocator;
268 fn allocate_address(&mut self, resources: &mut SystemAllocator) -> Result<PciAddress> { in allocate_address()
288 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
425 let mut allocator = SystemAllocator::new( in create()
/external/crosvm/arch/src/sys/
Dunix.rs21 use resources::SystemAllocator;
57 resources: &mut SystemAllocator, in add_goldfish_battery() argument
147 resources: &mut SystemAllocator, in generate_platform_bus() argument
/external/crosvm/devices/src/pci/pcie/
Dpcie_device.rs7 use resources::SystemAllocator;
27 resources: &mut SystemAllocator, in allocate_address() argument
Dpci_bridge.rs15 use resources::SystemAllocator;
189 resources: &mut SystemAllocator, in finalize_window() argument
244 resources: &mut SystemAllocator, in allocate_address() argument
371 resources: &mut SystemAllocator, in configure_bridge_window() argument
Dpcie_switch.rs10 use resources::SystemAllocator;
81 resources: &mut SystemAllocator, in allocate_address() argument
240 resources: &mut SystemAllocator, in allocate_address() argument
Dpcie_rp.rs10 use resources::SystemAllocator;
83 resources: &mut SystemAllocator, in allocate_address() argument
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs15 use resources::SystemAllocator;
189 resources: &mut SystemAllocator, in allocate_address() argument
241 resources: &mut SystemAllocator, in allocate_io_bars() argument
/external/crosvm/resources/src/
Dsystem_allocator.rs107 pub struct SystemAllocator { struct
123 impl SystemAllocator { argument
175 Ok(SystemAllocator { in new()
480 let mut a = SystemAllocator::new( in example()
Dlib.rs15 pub use crate::system_allocator::SystemAllocator;
/external/crosvm/devices/tests/irqchip/
Dwhpx.rs32 use resources::SystemAllocator;
200 let mut resources = SystemAllocator::new( in finalize_devices()
323 let mut resources = SystemAllocator::new( in broadcast_eoi()
Duserspace.rs60 use resources::SystemAllocator;
210 let mut resources = SystemAllocator::new( in finalize_devices()
466 let mut resources = SystemAllocator::new( in broadcast_eoi()
/external/crosvm/devices/src/irqchip/kvm/
Dmod.rs19 use resources::SystemAllocator;
190 _resources: &mut SystemAllocator, in finalize_devices() argument
/external/crosvm/vm_control/src/sys/
Dunix.rs25 use resources::SystemAllocator;
138 pub fn execute(&self, vm: &mut dyn Vm, allocator: &mut SystemAllocator) -> VmResponse { in execute()
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_perftest.cc84 class SystemAllocator : public Allocator { class
86 SystemAllocator() = default;
87 ~SystemAllocator() override = default;
373 return std::make_unique<SystemAllocator>(); in CreateAllocator()
/external/crosvm/src/sys/windows/
Dirq_wait.rs35 use resources::SystemAllocator;
44 sys_allocator: Arc<Mutex<SystemAllocator>>,
52 sys_allocator: Arc<Mutex<SystemAllocator>>, in start() argument
/external/crosvm/devices/tests/irqchip/kvm/
Dx86_64.rs30 use resources::SystemAllocator;
237 let mut resources = SystemAllocator::new( in finalize_devices()
376 let mut resources = SystemAllocator::new( in broadcast_eoi()
/external/crosvm/devices/src/irqchip/
Dmod.rs13 use resources::SystemAllocator;
232 resources: &mut SystemAllocator, in finalize_devices() argument
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs19 use resources::SystemAllocator;
294 _resources: &mut SystemAllocator, in finalize_devices() argument
/external/crosvm/arch/src/
Dlib.rs96 use resources::SystemAllocator;
440 system_allocator: &mut SystemAllocator, in build_vm() argument
488 resources: &mut SystemAllocator, in register_pci_device() argument
633 resources: &mut SystemAllocator, in configure_pci_device() argument
752 resources: &mut SystemAllocator, in generate_virtio_mmio_bus() argument
836 resources: &mut SystemAllocator, in generate_pci_topology() argument
913 resources: &mut SystemAllocator, in assign_pci_addresses() argument
946 resources: &mut SystemAllocator, in generate_pci_root() argument
/external/crosvm/x86_64/tests/integration/
Dmain.rs34 use resources::SystemAllocator;
106 SystemAllocator::new(X8664arch::get_system_allocator_config(&vm), None, &[]) in simple_vm_test()
/external/crosvm/devices/src/platform/
Dvfio_platform.rs23 use resources::SystemAllocator;
160 resources: &mut SystemAllocator, in allocate_regions() argument
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs26 use resources::SystemAllocator;
538 resources: &mut SystemAllocator, in allocate_address() argument
592 resources: &mut SystemAllocator, in allocate_io_bars() argument
640 resources: &mut SystemAllocator, in allocate_device_bars() argument

12