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 D | pkeys.h | 60 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 D | pkeys.h | 55 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 D | pkeys.h | 68 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 D | pkeys.h | 68 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 D | pkeys.h | 21 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 D | pkeys.h | 23 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 D | mprotect.c | 572 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mprotect.c | 738 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()
|
Completed in 4 milliseconds