Searched refs:mm_pkey_is_allocated (Results 1 – 5 of 5) sorted by relevance
51 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function98 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
55 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function110 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
68 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function115 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
23 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
750 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()