Home
last modified time | relevance | path

Searched defs:execute_only_pkey (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpkeys.h11 #define execute_only_pkey(mm) (0) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmmu.h51 s16 execute_only_pkey; member
H A Dpkeys.h27 static inline int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpkeys.c18 int execute_only_pkey = mm->context.execute_only_pkey; in __execute_only_pkey() local
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c352 int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h131 s16 execute_only_pkey; /* key holding execute-only protection */ member