Searched refs:ProtectionType (Results 1 – 16 of 16) sorted by relevance
/external/crosvm/devices/src/ |
D | serial_device.rs | 7 use crate::ProtectionType; 14 protected_vm: ProtectionType, in new() argument
|
D | serial.rs | 15 use crate::{BusDevice, ProtectionType, SerialDevice}; 87 _protected_vm: ProtectionType, in new() argument 422 ProtectionType::Unprotected, in serial_output() 444 ProtectionType::Unprotected, in serial_input()
|
D | lib.rs | 62 pub enum ProtectionType { enum
|
/external/crosvm/devices/src/virtio/ |
D | mod.rs | 59 use crate::ProtectionType; 160 pub fn base_features(protected_vm: ProtectionType) -> u64 { in base_features() 163 if protected_vm == ProtectionType::Protected { in base_features()
|
D | block.rs | 876 use crate::ProtectionType; 885 let features = base_features(ProtectionType::Unprotected); in read_size() 902 let features = base_features(ProtectionType::Unprotected); in read_block_size() 915 let features = base_features(ProtectionType::Unprotected); in read_features() 926 let features = base_features(ProtectionType::Unprotected); in read_features() 937 let features = base_features(ProtectionType::Unprotected); in read_features()
|
D | block_async.rs | 985 use crate::ProtectionType; 997 let features = base_features(ProtectionType::Unprotected); in read_size() 1017 let features = base_features(ProtectionType::Unprotected); in read_block_size() 1034 let features = base_features(ProtectionType::Unprotected); in read_features() 1045 let features = base_features(ProtectionType::Unprotected); in read_features() 1056 let features = base_features(ProtectionType::Unprotected); in read_features()
|
D | console.rs | 17 use crate::{ProtectionType, SerialDevice}; 320 protected_vm: ProtectionType, in new() argument
|
/external/crosvm/fuzz/ |
D | block_fuzzer.rs | 15 use devices::ProtectionType; 81 let features = base_features(ProtectionType::Unprotected);
|
/external/crosvm/src/ |
D | crosvm.rs | 28 use devices::ProtectionType; 252 pub protected_vm: ProtectionType, 328 protected_vm: ProtectionType::Unprotected, in default()
|
D | main.rs | 33 use devices::ProtectionType; 1636 cfg.protected_vm = ProtectionType::Protected; in set_argument()
|
/external/crosvm/x86_64/src/ |
D | test_integration.rs | 7 use devices::{IrqChipX86_64, ProtectionType}; 151 ProtectionType::Unprotected, in simple_vm_test()
|
D | lib.rs | 64 use devices::{IrqChip, IrqChipX86_64, PciConfigIo, PciDevice, ProtectionType}; 385 if components.protected_vm != ProtectionType::Unprotected { in build_vm() 1125 protected_vm: ProtectionType, in setup_serial_devices() argument
|
/external/crosvm/arch/src/ |
D | serial.rs | 18 use devices::{Bus, ProtectionType, ProxyDevice, Serial, SerialDevice}; 214 protected_vm: ProtectionType, in create_serial_device() argument 412 protected_vm: ProtectionType, in add_serial_devices() argument
|
D | lib.rs | 24 PciRoot, ProtectionType, ProxyDevice, 91 pub protected_vm: ProtectionType,
|
/external/crosvm/devices/src/virtio/vhost/ |
D | net.rs | 356 use crate::ProtectionType; 372 let features = base_features(ProtectionType::Unprotected); in create_net_common()
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 16 use devices::{Bus, BusError, IrqChip, IrqChipAArch64, PciConfigMmio, PciDevice, ProtectionType}; 255 if components.protected_vm == ProtectionType::Protected { in build_vm()
|