Home
last modified time | relevance | path

Searched refs:fixed_ctr_ctrl_rsvd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c393 if (data & pmu->fixed_ctr_ctrl_rsvd) in intel_pmu_set_msr()
498 pmu->fixed_ctr_ctrl_rsvd &= ~intel_fixed_bits_by_idx(i, bits); in intel_pmu_enable_fixed_counter_bits()
/linux/arch/x86/kvm/
H A Dpmu.c874 pmu->fixed_ctr_ctrl_rsvd = ~0ull; in kvm_pmu_refresh()
/linux/arch/x86/include/asm/
H A Dkvm_host.h560 u64 fixed_ctr_ctrl_rsvd; member