Home
last modified time | relevance | path

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

/device/google/gs101/pkvm/
Dpkvm_enabler.gs101.rc5 # Old bootloaders do not set the protected_vm sysprop when pkvm is disabled
6 on early-init && property:ro.boot.hypervisor.protected_vm.supported=
9 # New bootloaders set the protected_vm sysprop to 0 when pkvm is disabled
10 on early-init && property:ro.boot.hypervisor.protected_vm.supported=0
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dfactory_reset_protected.cc29 if (instance.protected_vm()) { in InitializeFactoryResetProtected()
Dgenerate_persistent_vbmeta.cpp60 if (!instance.protected_vm()) { in GeneratePersistentVbmeta()
Dgenerate_persistent_bootconfig.cpp43 if (instance.protected_vm()) { in GeneratePersistentBootconfig()
Dinitialize_instance_composite_disk.cc49 if (!instance.protected_vm()) { in PersistentCompositeDiskConfig()
Dkernel_ramdisk_repacker.cpp51 return !instance_.protected_vm(); in Enabled()
/device/linaro/hikey/hikey960/
DBoardConfig.mk25 BOARD_KERNEL_CMDLINE += androidboot.hypervisor.protected_vm.supported=0
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp497 if (instance.protected_vm()) { in StartCommands()
544 if (instance.protected_vm()) { in StartCommands()
Dqemu_manager.cpp621 auto readonly = instance.protected_vm() ? ",readonly" : ""; in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc153 if (instance.protected_vm()) { in PrepareBootEnvImage()
Ddisk_flags.cc633 if (!(instance.use_sdcard() && !instance.protected_vm())) { in InitializeSdCard()
1076 if (!instance.protected_vm()) { in CreateDynamicDiskFiles()
Dflags.cc457 DEFINE_vec(protected_vm, fmt::format("{}", CF_DEFAULTS_PROTECTED_VM),
1149 protected_vm)); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h582 bool protected_vm() const;
799 void set_protected_vm(bool protected_vm);
Dcuttlefish_config_instance.cpp932 void CuttlefishConfig::MutableInstanceSpecific::set_protected_vm(bool protected_vm) { in set_protected_vm() argument
933 (*Dictionary())[kProtectedVm] = protected_vm; in set_protected_vm()
935 bool CuttlefishConfig::InstanceSpecific::protected_vm() const { in protected_vm() function in cuttlefish::CuttlefishConfig::InstanceSpecific