Home
last modified time | relevance | path

Searched refs:pci_offset (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dvm_manager.cpp62 ConfigureMultipleBootDevices(const std::string& pci_path, int pci_offset, in ConfigureMultipleBootDevices() argument
70 << pci_offset + i + VmManager::kDefaultNumHvcs + VmManager::kMaxDisks - num_disks; in ConfigureMultipleBootDevices()
Dvm_manager.h126 ConfigureMultipleBootDevices(const std::string& pci_path, int pci_offset,
Dqemu_manager.cpp215 int pci_offset = 3 + num_gpu - VmManager::kDefaultNumHvcs; in ConfigureBootDevices() local
216 return ConfigureMultipleBootDevices("pci0000:00/0000:00:", pci_offset, in ConfigureBootDevices()