Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1190 sys_allocator: &mut SystemAllocator, in create_pure_virtual_pcie_root_port()
1200 if sys_allocator.pci_bus_empty(i) { in create_pure_virtual_pcie_root_port()
1989 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable
2000 sys_allocator.reserved_region().unwrap(), in run_vm()
2008 create_file_backed_mappings(&cfg, &mut vm, &mut sys_allocator)?; in run_vm()
2035 &mut sys_allocator, in run_vm()
2059 &mut sys_allocator, in run_vm()
2065 arch::assign_pci_addresses(&mut devices, &mut sys_allocator)?; in run_vm()
2117 &mut sys_allocator, in run_vm()
2167 dev.allocate_address(&mut sys_allocator) in run_vm()
[all …]
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dirq_wait.rs45 sys_allocator: Arc<Mutex<SystemAllocator>>, field
60 sys_allocator: Arc<Mutex<SystemAllocator>>, in start()
66 sys_allocator, in start()
290 &mut self.sys_allocator.lock(), in run()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs746 sys_allocator: &mut SystemAllocator, in execute()
767 match sys::prepare_shared_memory_region(vm, sys_allocator, alloc, cache) { in execute()
794 let guest_addr = match dest.allocate(sys_allocator, size) { in execute()
911 let guest_addr = match dest.allocate(sys_allocator, size) { in execute()
1012 let addr = match sys_allocator in execute()
1122 pub fn execute<F>(&self, set_up_irq: F, sys_allocator: &mut SystemAllocator) -> VmIrqResponse in execute()
1134 if let Some(irq_num) = sys_allocator.allocate_irq() { in execute()
1186 sys_allocator.release_irq(gsi); in execute()
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs1261 sys_allocator: SystemAllocator, in run_control()
1297 let sys_allocator_mutex = Arc::new(Mutex::new(sys_allocator)); in run_control()
2520 let mut sys_allocator = SystemAllocator::new( in run_vm() localVariable
2532 sys_allocator.reserved_region().unwrap(), in run_vm()
2650 &mut sys_allocator, in run_vm()
2679 sys_allocator, in run_vm()