Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpkeys.h13 #define execute_only_pkey(mm) (0) macro
/Linux-v6.1/arch/x86/include/asm/
Dmmu.h56 s16 execute_only_pkey; member
Dpkeys.h25 static inline int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/Linux-v6.1/arch/x86/mm/
Dpkeys.c17 int execute_only_pkey = mm->context.execute_only_pkey; in __execute_only_pkey() local
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dpkeys.c373 int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() function
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/
Dmmu.h137 s16 execute_only_pkey; /* key holding execute-only protection */ member