Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpkeys.h58 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
113 if (!mm_pkey_is_allocated(mm, pkey)) in mm_pkey_free()
/linux/arch/powerpc/include/asm/
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/include/linux/
A Dpkeys.h23 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() function
/linux/mm/
A Dmprotect.c559 if ((pkey != -1) && !mm_pkey_is_allocated(current->mm, pkey)) in do_mprotect_pkey()

Completed in 10 milliseconds