Lines Matching refs:config
93 u64 config = U64_MAX;
106 return config;
108 config = cache_type | (cache_op << 8) | (cache_result << 16);
110 return config;
117 u64 config = U64_MAX;
122 config = kvm_pmu_get_perf_event_hw_config(ecode);
125 config = kvm_pmu_get_perf_event_cache_config(ecode);
128 config = evt_data & RISCV_PMU_RAW_EVENT_MASK;
132 config = (1ULL << 63) | ecode;
138 return config;
238 attr->config = kvm_pmu_get_perf_event_config(eidx, evtdata);