Searched refs:__vcpu_has_feature (Results 1 – 2 of 2) sorted by relevance
1019 if (!(__vcpu_has_feature(&kvm->arch, KVM_ARM_VCPU_PTRAUTH_ADDRESS) && in kvm_init_nv_sysregs()1020 __vcpu_has_feature(&kvm->arch, KVM_ARM_VCPU_PTRAUTH_GENERIC))) in kvm_init_nv_sysregs()1076 if (!(__vcpu_has_feature(&kvm->arch, KVM_ARM_VCPU_PTRAUTH_ADDRESS) && in kvm_init_nv_sysregs()1077 __vcpu_has_feature(&kvm->arch, KVM_ARM_VCPU_PTRAUTH_GENERIC))) in kvm_init_nv_sysregs()
1403 static inline bool __vcpu_has_feature(const struct kvm_arch *ka, int feature) in __vcpu_has_feature() function1408 #define vcpu_has_feature(v, f) __vcpu_has_feature(&(v)->kvm->arch, (f))