Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sched/
Dmm.h466 static inline void mm_pasid_drop(struct mm_struct *mm) in mm_pasid_drop() function
476 static inline void mm_pasid_drop(struct mm_struct *mm) {} in mm_pasid_drop() function
/linux-6.1.9/kernel/
Dfork.c793 mm_pasid_drop(mm); in __mmdrop()