Searched refs:vm_supported (Results 1 – 1 of 1) sorted by relevance
36 bool (*vm_supported)(const struct kvm *kvm); member45 .vm_supported = func, \196 bool (*vm_supported)(const struct kvm *) = restrictions[i].vm_supported; in get_restricted_features() local206 if (vm_supported && !vm_supported(vcpu->kvm)) in get_restricted_features()
Completed in 4 milliseconds