Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Diommu-sva.c206 void mm_pasid_drop(struct mm_struct *mm) in mm_pasid_drop() function
/openbmc/linux/include/linux/
H A Diommu.h1193 void mm_pasid_drop(struct mm_struct *mm);
1215 static inline void mm_pasid_drop(struct mm_struct *mm) {} in mm_pasid_drop() function
/openbmc/linux/kernel/
H A Dfork.c925 mm_pasid_drop(mm); in __mmdrop()