Home
last modified time | relevance | path

Searched defs:arch_max_pkey (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dpkeys.h12 #define arch_max_pkey() (1) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpkeys.h13 #define arch_max_pkey() 8 macro
/linux-6.12.1/arch/x86/include/asm/
Dpkeys.h10 #define arch_max_pkey() (cpu_feature_enabled(X86_FEATURE_OSPKE) ? 16 : 1) macro
/linux-6.12.1/arch/powerpc/include/asm/
Dpkeys.h45 static inline int arch_max_pkey(void) in arch_max_pkey() function