Searched refs:KVM_ARM_VCPU_PMU_V3 (Results 1 – 8 of 8) sorted by relevance
80 (test_bit(KVM_ARM_VCPU_PMU_V3, (vcpu)->arch.features))
108 #define KVM_ARM_VCPU_PMU_V3 3 /* Support guest PMUv3 */ macro
106 #define KVM_ARM_VCPU_PMU_V3 3 /* Support guest PMUv3 */ macro
679 { "pmu", .capability = KVM_CAP_ARM_PMU_V3, .feature = KVM_ARM_VCPU_PMU_V3, \
31 -ENODEV KVM_ARM_VCPU_PMU_V3 feature missing from VCPU
281 init.features[0] |= 1 << KVM_ARM_VCPU_PMU_V3; in kvm_arm_get_host_cpu_features()1892 cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_PMU_V3; in kvm_arch_init_vcpu()
3424 - KVM_ARM_VCPU_PMU_V3: Emulate PMUv3 for the CPU.