Searched refs:KVM_ARM64_ON_UNSUPPORTED_CPU (Results 1 – 1 of 1) sorted by relevance
461 #define KVM_ARM64_ON_UNSUPPORTED_CPU (1 << 15) /* Physical CPU not in supported_cpus */ macro483 ((vcpu)->arch.flags & KVM_ARM64_ON_UNSUPPORTED_CPU)486 ((vcpu)->arch.flags |= KVM_ARM64_ON_UNSUPPORTED_CPU)489 ((vcpu)->arch.flags &= ~KVM_ARM64_ON_UNSUPPORTED_CPU)