Home
last modified time | relevance | path

Searched refs:mm_pkey_is_allocated (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/include/asm/
H A Dpkeys.h51 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
98 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
/linux-6.15/arch/x86/include/asm/
H A Dpkeys.h55 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
110 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
/linux-6.15/arch/powerpc/include/asm/
H A Dpkeys.h68 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
115 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
/linux-6.15/include/linux/
H A Dpkeys.h23 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
/linux-6.15/mm/
H A Dmprotect.c742 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()