Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dpmu.c507 u8 fixed_ctr_ctrl; in reprogram_counter() local
522 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()
524 if (fixed_ctr_ctrl & INTEL_FIXED_0_KERNEL) in reprogram_counter()
526 if (fixed_ctr_ctrl & INTEL_FIXED_0_USER) in reprogram_counter()
528 if (fixed_ctr_ctrl & INTEL_FIXED_0_ENABLE_PMI) in reprogram_counter()
530 new_config = (u64)fixed_ctr_ctrl; in reprogram_counter()
842 pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0; in kvm_pmu_reset()
951 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl, in cpl_is_matched()
H A Dpmu.h168 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_is_locally_enabled()
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c60 u64 old_fixed_ctr_ctrl = pmu->fixed_ctr_ctrl; in reprogram_fixed_counters()
63 pmu->fixed_ctr_ctrl = data; in reprogram_fixed_counters()
348 msr_info->data = pmu->fixed_ctr_ctrl; in intel_pmu_get_msr()
396 if (pmu->fixed_ctr_ctrl != data) in intel_pmu_set_msr()
/linux/arch/x86/include/asm/
H A Dkvm_host.h559 u64 fixed_ctr_ctrl; member