Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c20 #define PMU_EVENT_FILTER_INVALID_ACTION (KVM_PMU_EVENT_DENY + 1)
257 .action = KVM_PMU_EVENT_DENY, in test_amd_deny_list()
273 f.action = KVM_PMU_EVENT_DENY; in test_member_deny_list()
293 f.action = KVM_PMU_EVENT_DENY; in test_not_member_deny_list()
793 count = test_with_fixed_counter_filter(vcpu, KVM_PMU_EVENT_DENY, in __test_fixed_counter_bitmap()
807 KVM_PMU_EVENT_DENY, in __test_fixed_counter_bitmap()
/linux/arch/x86/kvm/
H A Dpmu.c411 return f->action == KVM_PMU_EVENT_DENY; in is_gp_event_allowed()
419 if (filter->action == KVM_PMU_EVENT_DENY && in is_fixed_event_allowed()
998 tmp.action != KVM_PMU_EVENT_DENY) in kvm_vm_ioctl_set_pmu_event_filter()
/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h177 #define KVM_PMU_EVENT_DENY 1 macro
/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst84 #define KVM_PMU_EVENT_DENY 1
91 together with an @action (KVM_PMU_EVENT_ALLOW or KVM_PMU_EVENT_DENY). The
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h535 #define KVM_PMU_EVENT_DENY 1 macro
/linux/arch/arm64/kvm/
H A Dpmu-emul.c1141 filter.action != KVM_PMU_EVENT_DENY)) in kvm_arm_pmu_v3_set_attr()