Searched refs:is_protected (Results 1 – 4 of 4) sorted by relevance
99 is_protected: bool, in write_vm_creation_stats()144 isProtected: is_protected, in write_vm_creation_stats()
220 let mut is_protected = false; in createVm() localVariable226 &mut is_protected, in createVm()228 write_vm_creation_stats(config, is_protected, &ret); in createVm()383 is_protected: &mut bool, in create_vm_internal()430 *is_protected = config.protectedVm; in create_vm_internal()439 *is_protected = config.protectedVm; in create_vm_internal()562 if *is_protected { in create_vm_internal()590 protected: *is_protected, in create_vm_internal()1406 fn is_protected(config: &VirtualMachineConfig) -> bool { in is_protected() function1414 if is_protected(config) { in check_gdb_allowed()
41 pub fn is_protected(&self) -> bool { in is_protected() method
42 is_protected: atom.isProtected, in forward_vm_creation_atom()