Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpkeys.h33 static inline int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free() function
/openbmc/linux/arch/x86/include/asm/
H A Dpkeys.h108 int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dpkeys.h110 static inline int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free() function
/openbmc/linux/mm/
H A Dmprotect.c872 mm_pkey_free(current->mm, pkey); in SYSCALL_DEFINE2()
886 ret = mm_pkey_free(current->mm, pkey); in SYSCALL_DEFINE1()