Home
last modified time | relevance | path

Searched refs:KVM_ARM64_ON_UNSUPPORTED_CPU (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/arm64/include/asm/
Dkvm_host.h461 #define KVM_ARM64_ON_UNSUPPORTED_CPU (1 << 15) /* Physical CPU not in supported_cpus */ macro
483 ((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)