Searched refs:vma_pkey (Results 1 – 9 of 9) sorted by relevance
80 if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey) in vma_is_pkey_exec_only()123 return vma_pkey(vma); in __arch_override_mprotect_pkey()
919 pkey = vma_pkey(vma); in __bad_area()1394 pkey = vma_pkey(vma); in __do_page_fault()
329 return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey); in vma_is_pkey_exec_only()356 return vma_pkey(vma); in __arch_override_mprotect_pkey()415 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
551 int pkey = vma_pkey(vma); in __do_page_fault()
16 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
124 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
319 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
45 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
792 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()