Home
last modified time | relevance | path

Searched refs:__execute_only_pkey (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpkeys.h24 extern int __execute_only_pkey(struct mm_struct *mm);
30 return __execute_only_pkey(mm); in execute_only_pkey()
/openbmc/linux/arch/x86/mm/
H A Dpkeys.c14 int __execute_only_pkey(struct mm_struct *mm) in __execute_only_pkey() function