Home
last modified time | relevance | path

Searched refs:amd_iommu_complete_ppr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iommu/amd/
Dppr.c157 amd_iommu_complete_ppr(&pdev->dev, PPR_PASID(raw[0]), in iommu_call_iopf_notifier()
245 amd_iommu_complete_ppr(dev, resp->pasid, resp->code, resp->grpid); in amd_iommu_page_response()
Damd_iommu.h82 int amd_iommu_complete_ppr(struct device *dev, u32 pasid, int status, int tag);
Diommu.c1618 int amd_iommu_complete_ppr(struct device *dev, u32 pasid, int status, int tag) in amd_iommu_complete_ppr() function