Searched refs:mm_untag_mask (Results 1 – 5 of 5) sorted by relevance
31 #ifndef mm_untag_mask32 static inline unsigned long mm_untag_mask(struct mm_struct *mm) in mm_untag_mask() function
188 #define mm_untag_mask mm_untag_mask macro189 static inline unsigned long mm_untag_mask(struct mm_struct *mm) in mm_untag_mask() function
295 #define mm_untag_mask mm_untag_mask macro296 static inline unsigned long mm_untag_mask(struct mm_struct *mm) in mm_untag_mask() function
100 #define mm_untag_mask mm_untag_mask macro101 static inline unsigned long mm_untag_mask(struct mm_struct *mm) in mm_untag_mask() function
431 seq_printf(m, "untag_mask:\t%#lx\n", mm_untag_mask(mm)); in task_untag_mask()