Searched refs:protected_vm (Results 1 – 14 of 14) sorted by relevance
5 # Old bootloaders do not set the protected_vm sysprop when pkvm is disabled6 on early-init && property:ro.boot.hypervisor.protected_vm.supported=9 # New bootloaders set the protected_vm sysprop to 0 when pkvm is disabled10 on early-init && property:ro.boot.hypervisor.protected_vm.supported=0
29 if (instance.protected_vm()) { in InitializeFactoryResetProtected()
60 if (!instance.protected_vm()) { in GeneratePersistentVbmeta()
43 if (instance.protected_vm()) { in GeneratePersistentBootconfig()
49 if (!instance.protected_vm()) { in PersistentCompositeDiskConfig()
51 return !instance_.protected_vm(); in Enabled()
25 BOARD_KERNEL_CMDLINE += androidboot.hypervisor.protected_vm.supported=0
497 if (instance.protected_vm()) { in StartCommands()544 if (instance.protected_vm()) { in StartCommands()
621 auto readonly = instance.protected_vm() ? ",readonly" : ""; in StartCommands()
153 if (instance.protected_vm()) { in PrepareBootEnvImage()
633 if (!(instance.use_sdcard() && !instance.protected_vm())) { in InitializeSdCard()1076 if (!instance.protected_vm()) { in CreateDynamicDiskFiles()
457 DEFINE_vec(protected_vm, fmt::format("{}", CF_DEFAULTS_PROTECTED_VM),1149 protected_vm)); in InitializeCuttlefishConfiguration()
582 bool protected_vm() const;799 void set_protected_vm(bool protected_vm);
932 void CuttlefishConfig::MutableInstanceSpecific::set_protected_vm(bool protected_vm) { in set_protected_vm() argument933 (*Dictionary())[kProtectedVm] = protected_vm; in set_protected_vm()935 bool CuttlefishConfig::InstanceSpecific::protected_vm() const { in protected_vm() function in cuttlefish::CuttlefishConfig::InstanceSpecific