Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu.c58 #define AMD_IOMMU_MAPPING_ERROR 0 macro
2342 if (address == AMD_IOMMU_MAPPING_ERROR) in __map_single()
2379 return AMD_IOMMU_MAPPING_ERROR; in __map_single()
2430 return AMD_IOMMU_MAPPING_ERROR; in map_page()
2507 if (address == AMD_IOMMU_MAPPING_ERROR) in map_sg()
2630 if (*dma_addr == AMD_IOMMU_MAPPING_ERROR) in alloc_coherent()
2683 return dma_addr == AMD_IOMMU_MAPPING_ERROR; in amd_iommu_mapping_error()