Searched defs:arch_max_pkey (Results 1 – 3 of 3) sorted by relevance
10 #define arch_max_pkey() (1) macro
12 #define arch_max_pkey() (boot_cpu_has(X86_FEATURE_OSPKE) ? 16 : 1) macro
45 static inline int arch_max_pkey(void) in arch_max_pkey() function