Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c556 edx.split.bit_width_fixed = min_t(int, edx.split.bit_width_fixed, in intel_pmu_refresh()
557 kvm_pmu_cap.bit_width_fixed); in intel_pmu_refresh()
558 pmu->counter_bitmask[KVM_PMC_FIXED] = BIT_ULL(edx.split.bit_width_fixed) - 1; in intel_pmu_refresh()
/linux/arch/x86/include/asm/
H A Dperf_event.h190 unsigned int bit_width_fixed:8; member
304 int bit_width_fixed; member
/linux/arch/x86/kvm/
H A Dcpuid.c1519 edx.split.bit_width_fixed = kvm_pmu_cap.bit_width_fixed; in __do_cpuid_func()
H A Dpmu.c785 pmu->counter_bitmask[KVM_PMC_FIXED] != (BIT_ULL(kvm_host_pmu.bit_width_fixed) - 1); in kvm_need_rdpmc_intercept()
/linux/arch/x86/events/
H A Dcore.c3135 cap->bit_width_fixed = cap->num_counters_fixed ? x86_pmu.cntval_bits : 0; in perf_get_x86_pmu_capability()