Lines Matching full:shared
189 /// Using vhost user requires shared memory
190 #[error("Using vhost-user requires using shared memory or huge pages")]
243 /// Need shared memory for vfio-user
244 #[error("Using user devices requires using shared memory or huge pages")]
774 .add("shared") in parse()
803 let shared = parser in parse() localVariable
804 .convert::<Toggle>("shared") in parse()
836 .add("shared") in parse()
852 let shared = parser in parse() localVariable
853 .convert::<Toggle>("shared") in parse()
888 shared, in parse()
908 shared, in parse()
2301 if self.memory.shared || self.memory.hugepages { in backed_by_shared_memory()
2307 if !zone.shared && !zone.hugepages { in backed_by_shared_memory()
3924 shared: false, in test_config_validation()
4045 invalid_config.memory.shared = true; in test_config_validation()
4075 still_valid_config.memory.shared = true; in test_config_validation()
4094 still_valid_config.memory.shared = true; in test_config_validation()
4125 still_valid_config.memory.shared = true; in test_config_validation()
4340 invalid_config.memory.shared = true; in test_config_validation()
4370 invalid_config.memory.shared = true; in test_config_validation()