Searched refs:pcap_cntr_stride (Results 1 – 2 of 2) sorted by relevance
607 iommu_pmu->cntr_stride = pcap_cntr_stride(perfcap); in alloc_iommu_pmu()
236 #define pcap_cntr_stride(p) (1ULL << ((((p) >> 52) & 0x7) + 10)) macro