Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpkeys.h11 #define execute_only_pkey(mm) (0) macro
/Linux-v5.4/arch/x86/include/asm/
Dmmu.h51 s16 execute_only_pkey; member
Dpkeys.h22 static inline int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/Linux-v5.4/arch/x86/mm/
Dpkeys.c18 int execute_only_pkey = mm->context.execute_only_pkey; in __execute_only_pkey() local
/Linux-v5.4/arch/powerpc/include/asm/
Dpkeys.h151 static inline int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dmmu.h138 s16 execute_only_pkey; /* key holding execute-only protection */ member