Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dpmu.c404 u8 fixed_ctr_ctrl; in reprogram_counter() local
418 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()
420 if (fixed_ctr_ctrl & 0x1) in reprogram_counter()
422 if (fixed_ctr_ctrl & 0x2) in reprogram_counter()
424 if (fixed_ctr_ctrl & 0x8) in reprogram_counter()
426 new_config = (u64)fixed_ctr_ctrl; in reprogram_counter()
682 pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0; in kvm_pmu_reset()
800 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl, in cpl_is_matched()
Dpmu.h155 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_speculative_in_use()
/arch/x86/kvm/vmx/
Dpmu_intel.c74 u64 old_fixed_ctr_ctrl = pmu->fixed_ctr_ctrl; in reprogram_fixed_counters()
77 pmu->fixed_ctr_ctrl = data; in reprogram_fixed_counters()
356 msr_info->data = pmu->fixed_ctr_ctrl; in intel_pmu_get_msr()
404 if (pmu->fixed_ctr_ctrl != data) in intel_pmu_set_msr()
/arch/x86/include/asm/
Dkvm_host.h520 u64 fixed_ctr_ctrl; member