Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dpmu_event_filter_test.c27 __u32 fixed_counter_bitmap; member
724 f.fixed_counter_bitmap = ~GENMASK_ULL(nr_fixed_counters, 0); in test_filter_ioctl()
750 .fixed_counter_bitmap = bitmap, in test_with_fixed_counter_filter()
764 f.fixed_counter_bitmap = bitmap; in test_set_gp_and_fixed_event_filter()
/linux-6.14.4/arch/x86/kvm/
Dpmu.c420 test_bit(fixed_idx, (ulong *)&filter->fixed_counter_bitmap)) in is_fixed_event_allowed()
423 !test_bit(fixed_idx, (ulong *)&filter->fixed_counter_bitmap)) in is_fixed_event_allowed()
1013 filter->fixed_counter_bitmap = tmp.fixed_counter_bitmap; in kvm_vm_ioctl_set_pmu_event_filter()
/linux-6.14.4/arch/x86/include/uapi/asm/
Dkvm.h528 __u32 fixed_counter_bitmap; member
/linux-6.14.4/tools/arch/x86/include/uapi/asm/
Dkvm.h528 __u32 fixed_counter_bitmap; member
/linux-6.14.4/arch/x86/include/asm/
Dkvm_host.h1210 __u32 fixed_counter_bitmap; member
/linux-6.14.4/Documentation/virt/kvm/
Dapi.rst5143 __u32 fixed_counter_bitmap;
5155 are controlled by the fixed_counter_bitmap.
5219 counters (if any) by configuring the "action" and "fixed_counter_bitmap" fields.
5228 KVM always consumes fixed_counter_bitmap, it's userspace's responsibility to
5229 ensure fixed_counter_bitmap is set correctly, e.g. if userspace wants to define
5233 and unit_mask values. "fixed_counter_bitmap" has higher priority than "events"