Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c532 edx.split.bit_width_fixed = min_t(int, edx.split.bit_width_fixed, in intel_pmu_refresh()
533 kvm_pmu_cap.bit_width_fixed); in intel_pmu_refresh()
535 ((u64)1 << edx.split.bit_width_fixed) - 1; in intel_pmu_refresh()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h167 unsigned int bit_width_fixed:8; member
244 int bit_width_fixed; member
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c1027 edx.split.bit_width_fixed = kvm_pmu_cap.bit_width_fixed; in __do_cpuid_func()
/openbmc/linux/arch/x86/events/
H A Dcore.c3055 cap->bit_width_fixed = x86_pmu.cntval_bits; in perf_get_x86_pmu_capability()