Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Damd-iommu.h207 struct amd_iommu *get_amd_iommu(unsigned int idx);
/Linux-v6.1/drivers/iommu/amd/
Damd_iommu.h42 extern struct amd_iommu *get_amd_iommu(unsigned int idx);
Dinit.c3518 struct amd_iommu *get_amd_iommu(unsigned int idx) in get_amd_iommu() function
3538 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_banks()
3555 struct amd_iommu *iommu = get_amd_iommu(idx); in amd_iommu_pc_get_max_counters()
/Linux-v6.1/arch/x86/events/amd/
Diommu.c430 perf_iommu->iommu = get_amd_iommu(idx); in init_one_iommu()