Searched refs:protected_vm (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/virtio/ |
D | mod.rs | 160 pub fn base_features(protected_vm: ProtectionType) -> u64 { in base_features() 163 if protected_vm == ProtectionType::Protected { in base_features()
|
D | console.rs | 320 protected_vm: ProtectionType, in new() 327 base_features: base_features(protected_vm), in new()
|
/external/crosvm/src/ |
D | linux.rs | 517 virtio::base_features(cfg.protected_vm), in create_block_device() 531 virtio::base_features(cfg.protected_vm), in create_block_device() 550 let dev = VhostUserBlock::new(virtio::base_features(cfg.protected_vm), &opt.socket) in create_vhost_user_block_device() 562 virtio::base_features(cfg.protected_vm), in create_vhost_user_fs_device() 577 virtio::Rng::new(virtio::base_features(cfg.protected_vm)).map_err(Error::RngDeviceNew)?; in create_rng_device() 647 virtio::base_features(cfg.protected_vm), in create_single_touch_device() 670 virtio::base_features(cfg.protected_vm), in create_multi_touch_device() 691 virtio::base_features(cfg.protected_vm), in create_trackpad_device() 707 let dev = virtio::new_mouse(socket, virtio::base_features(cfg.protected_vm)) in create_mouse_device() 722 let dev = virtio::new_keyboard(socket, virtio::base_features(cfg.protected_vm)) in create_keyboard_device() [all …]
|
D | crosvm.rs | 252 pub protected_vm: ProtectionType, field 328 protected_vm: ProtectionType::Unprotected, in default()
|
D | main.rs | 1636 cfg.protected_vm = ProtectionType::Protected; in set_argument()
|
/external/crosvm/devices/src/ |
D | serial_device.rs | 14 protected_vm: ProtectionType, in new()
|
/external/crosvm/arch/src/ |
D | serial.rs | 214 protected_vm: ProtectionType, in create_serial_device() 331 Ok(T::new(protected_vm, evt, input, output, keep_rds.to_vec())) in create_serial_device() 412 protected_vm: ProtectionType, in add_serial_devices() 434 .create_serial_device::<Serial>(protected_vm, &com_evt, &mut preserved_fds) in add_serial_devices()
|
D | lib.rs | 91 pub protected_vm: ProtectionType, field
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 255 if components.protected_vm == ProtectionType::Protected { in build_vm() 314 components.protected_vm, in build_vm()
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 385 if components.protected_vm != ProtectionType::Unprotected { in build_vm() 427 components.protected_vm, in build_vm() 1125 protected_vm: ProtectionType, in setup_serial_devices() 1135 protected_vm, in setup_serial_devices()
|