Lines Matching defs:idx
25 #define UNCORE_PCI_DEV_FULL_DATA(dev, func, type, idx) \ argument
27 #define UNCORE_PCI_DEV_DATA(type, idx) ((type << 8) | idx) argument
247 static inline bool uncore_pmc_fixed(int idx) in uncore_pmc_fixed()
252 static inline bool uncore_pmc_freerunning(int idx) in uncore_pmc_freerunning()
292 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl()
301 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr()
379 unsigned int idx = uncore_freerunning_idx(event->hw.config); in uncore_freerunning_counter() local
390 unsigned uncore_msr_event_ctl(struct intel_uncore_box *box, int idx) in uncore_msr_event_ctl()
403 unsigned uncore_msr_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_msr_perf_ctr()
434 unsigned uncore_event_ctl(struct intel_uncore_box *box, int idx) in uncore_event_ctl()
443 unsigned uncore_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_perf_ctr()
488 unsigned int idx = uncore_freerunning_idx(event->hw.config); in check_valid_freerunning_event() local