Home
last modified time | relevance | path

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

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