Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Damd-iommu.h207 struct amd_iommu *get_amd_iommu(unsigned int idx);
/linux-6.1.9/drivers/iommu/amd/
Damd_iommu.h42 extern struct amd_iommu *get_amd_iommu(unsigned int idx);
Dinit.c3554 struct amd_iommu *get_amd_iommu(unsigned int idx) in get_amd_iommu() function
3574 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_banks()
3591 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_counters()
/linux-6.1.9/arch/x86/events/amd/
Diommu.c430 perf_iommu->iommu = get_amd_iommu(idx); in init_one_iommu()