Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs199 if self.hv_cfg.protection_type.isolates_memory() && in init_arch()
Dmod.rs252 let lend = if cfg.protection_type.isolates_memory() { in new()
/external/crosvm/arch/src/sys/
Dlinux.rs192 if protection_type.isolates_memory() { in generate_platform_bus()
/external/crosvm/hypervisor/src/
Dlib.rs605 pub fn isolates_memory(&self) -> bool { in isolates_memory() method
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs70 let protection_flag = if protection_type.isolates_memory() { in get_vm_type()
Dx86_64.rs164 if protection_type.isolates_memory() { in get_vm_type()
/external/crosvm/src/crosvm/sys/
Dlinux.rs1727 if cfg.protection_type.isolates_memory() && !vm.check_capability(VmCap::Protected) { in run_gz()
1793 if cfg.protection_type.isolates_memory() && !vm.check_capability(VmCap::Protected) { in run_kvm()
1893 if cfg.protection_type.isolates_memory() && !vm.check_capability(VmCap::Protected) { in run_gunyah()