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

/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c498 edx.split.bit_width_fixed = min_t(int, edx.split.bit_width_fixed,
499 kvm_pmu_cap.bit_width_fixed);
501 ((u64)1 << edx.split.bit_width_fixed) - 1;
/linux-master/arch/x86/include/asm/
H A Dperf_event.h175 unsigned int bit_width_fixed:8; member in struct:cpuid10_edx::__anon27
257 int bit_width_fixed; member in struct:x86_pmu_capability
/linux-master/arch/x86/kvm/
H A Dcpuid.c1026 edx.split.bit_width_fixed = kvm_pmu_cap.bit_width_fixed;
/linux-master/arch/x86/events/
H A Dcore.c2989 cap->bit_width_fixed = x86_pmu.cntval_bits;

Completed in 114 milliseconds