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

/linux-master/arch/x86/kvm/
H A Dpmu.c456 u8 fixed_ctr_ctrl; local
470 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl,
472 if (fixed_ctr_ctrl & 0x1)
474 if (fixed_ctr_ctrl & 0x2)
476 if (fixed_ctr_ctrl & 0x8)
478 new_config = (u64)fixed_ctr_ctrl;
741 pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0;
847 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl,
H A Dpmu.h172 return fixed_ctrl_field(pmu->fixed_ctr_ctrl,
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c40 u64 old_fixed_ctr_ctrl = pmu->fixed_ctr_ctrl;
43 pmu->fixed_ctr_ctrl = data;
306 msr_info->data = pmu->fixed_ctr_ctrl;
354 if (pmu->fixed_ctr_ctrl != data)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h545 u64 fixed_ctr_ctrl; member in struct:kvm_pmu

Completed in 186 milliseconds