Lines Matching refs:index
547 int idx; /* per_xxx->regs[] reg index */
651 int (*addr_offset)(int index, bool eventsel);
652 int (*rdpmc_index)(int index);
944 static inline unsigned int x86_pmu_config_addr(int index)
947 x86_pmu.addr_offset(index, true) : index);
950 static inline unsigned int x86_pmu_event_addr(int index)
953 x86_pmu.addr_offset(index, false) : index);
956 static inline int x86_pmu_rdpmc_index(int index)
958 return x86_pmu.rdpmc_index ? x86_pmu.rdpmc_index(index) : index;