Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h1663 void mm_pasid_drop(struct mm_struct *mm);
1692 static inline void mm_pasid_drop(struct mm_struct *mm) {} in mm_pasid_drop() function
/linux/kernel/
H A Dfork.c739 mm_pasid_drop(mm); in __mmdrop()