Searched refs:pkey_to_vmflag_bits (Results 1 – 2 of 2) sorted by relevance
24 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits()
28 static inline u64 pkey_to_vmflag_bits(u16 pkey) in pkey_to_vmflag_bits() function