Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/
Diommu-sva.c206 void mm_pasid_drop(struct mm_struct *mm) in mm_pasid_drop() function
/Linux-v6.6/include/linux/
Diommu.h1192 void mm_pasid_drop(struct mm_struct *mm);
1214 static inline void mm_pasid_drop(struct mm_struct *mm) {} in mm_pasid_drop() function
/Linux-v6.6/kernel/
Dfork.c924 mm_pasid_drop(mm); in __mmdrop()