Lines Matching defs:config
164 static int pmc_reprogram_counter(struct kvm_pmc *pmc, u32 type, u64 config,
178 .config = config,
184 if ((attr.config & HSW_IN_TX_CHECKPOINTED) &&
765 u64 config;
768 config = pmc->eventsel;
769 select_os = config & ARCH_PERFMON_EVENTSEL_OS;
770 select_user = config & ARCH_PERFMON_EVENTSEL_USR;
772 config = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl,
774 select_os = config & 0x1;
775 select_user = config & 0x2;