Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp308 bool is_x86 = arch_ == Arch::X86 || arch_ == Arch::X86_64; in StartCommands() local
343 std::string machine = is_x86 ? "pc,nvdimm=on" : "virt"; in StartCommands()
369 (is_x86 ? pstore_size_bytes / 1024 / 1024 : 0); in StartCommands()
370 auto slots = is_x86 ? ",slots=2" : ""; in StartCommands()
638 if (is_x86 && FileExists(instance.pstore_path())) { in StartCommands()
652 if (is_x86) { in StartCommands()
757 if (is_x86 || is_arm) { in StartCommands()