Home
last modified time | relevance | path

Searched defs:protected_vm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/android/vm_demo_native/
Dmain.cpp186 bool protected_vm, int32_t memory_mib) { in create_vm_config()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp967 void CuttlefishConfig::MutableInstanceSpecific::set_protected_vm(bool protected_vm) { in set_protected_vm()
970 bool CuttlefishConfig::InstanceSpecific::protected_vm() const { in protected_vm() function in cuttlefish::CuttlefishConfig::InstanceSpecific
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dcmdline.rs1992 pub protected_vm: Option<bool>, field