Searched refs:mm_pkey_is_allocated (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpkeys.h23 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) function
/linux-master/arch/x86/include/asm/
H A Dpkeys.h55 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) function
110 if (!mm_pkey_is_allocated(mm, pkey))
/linux-master/arch/powerpc/include/asm/
H A Dpkeys.h68 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) function
115 if (!mm_pkey_is_allocated(mm, pkey))
/linux-master/mm/
H A Dmprotect.c719 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey))

Completed in 122 milliseconds