Home
last modified time | relevance | path

Searched refs:get_amd_iommu (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Damd-iommu.h207 struct amd_iommu *get_amd_iommu(unsigned int idx);
/Linux-v5.15/drivers/iommu/amd/
Damd_iommu.h42 extern struct amd_iommu *get_amd_iommu(unsigned int idx);
Dinit.c3236 struct amd_iommu *get_amd_iommu(unsigned int idx) in get_amd_iommu() function
3256 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_banks()
3273 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_counters()
/Linux-v5.15/arch/x86/events/amd/
Diommu.c430 perf_iommu->iommu = get_amd_iommu(idx); in init_one_iommu()