Home
last modified time | relevance | path

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

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