Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dpmu.h15 #define fixed_ctrl_field(ctrl_reg, idx) (((ctrl_reg) >> ((idx)*4)) & 0xf) macro
155 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_speculative_in_use()
H A Dpmu.c418 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()
800 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl, in cpl_is_matched()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c79 u8 new_ctrl = fixed_ctrl_field(data, i); in reprogram_fixed_counters()
80 u8 old_ctrl = fixed_ctrl_field(old_fixed_ctr_ctrl, i); in reprogram_fixed_counters()