Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpkeys.h60 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dpkeys.h21 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/mm/
H A Dmprotect.c572 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()
/kernel/linux/linux-6.6/mm/
H A Dmprotect.c738 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()

Completed in 4 milliseconds