Home
last modified time | relevance | path

Searched refs:pcap_cntr_stride (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/intel/
Dperfmon.c607 iommu_pmu->cntr_stride = pcap_cntr_stride(perfcap); in alloc_iommu_pmu()
Diommu.h236 #define pcap_cntr_stride(p) (1ULL << ((((p) >> 52) & 0x7) + 10)) macro