Searched refs:iommu_mm (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iommu/ |
| A D | iommu-sva.c | 27 iommu_mm = mm->iommu_mm; in iommu_alloc_mm_data() 29 if (iommu_mm) { in iommu_alloc_mm_data() 32 return iommu_mm; in iommu_alloc_mm_data() 36 if (!iommu_mm) in iommu_alloc_mm_data() 41 kfree(iommu_mm); in iommu_alloc_mm_data() 51 smp_store_release(&mm->iommu_mm, iommu_mm); in iommu_alloc_mm_data() 52 return iommu_mm; in iommu_alloc_mm_data() 167 struct iommu_mm_data *iommu_mm = domain->mm->iommu_mm; in iommu_sva_unbind_device() local 196 struct iommu_mm_data *iommu_mm = mm->iommu_mm; in mm_pasid_drop() local 198 if (!iommu_mm) in mm_pasid_drop() [all …]
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt8186.dtsi | 1937 iommu_mm: iommu@14016000 { label 2028 <&iommu_mm IOMMU_PORT_L4_HW_VDEC_PP_EXT>, 2088 <&iommu_mm IOMMU_PORT_L7_VENC_REC>, 2089 <&iommu_mm IOMMU_PORT_L7_VENC_BSDMA>, 2090 <&iommu_mm IOMMU_PORT_L7_VENC_SV_COMV>, 2091 <&iommu_mm IOMMU_PORT_L7_VENC_RD_COMV>, 2092 <&iommu_mm IOMMU_PORT_L7_VENC_CUR_LUMA>, 2094 <&iommu_mm IOMMU_PORT_L7_VENC_REF_LUMA>, 2111 <&iommu_mm IOMMU_PORT_L7_JPGENC_C_RDMA>, 2112 <&iommu_mm IOMMU_PORT_L7_JPGENC_Q_TABLE>, [all …]
|
| /linux/include/linux/ |
| A D | iommu.h | 1510 mm->iommu_mm = NULL; in mm_pasid_init() 1515 return READ_ONCE(mm->iommu_mm); in mm_valid_pasid() 1520 struct iommu_mm_data *iommu_mm = READ_ONCE(mm->iommu_mm); in mm_get_enqcmd_pasid() local 1522 if (!iommu_mm) in mm_get_enqcmd_pasid() 1524 return iommu_mm->pasid; in mm_get_enqcmd_pasid()
|
| A D | mm_types.h | 998 struct iommu_mm_data *iommu_mm; member
|
Completed in 24 milliseconds