Home
last modified time | relevance | path

Searched refs:vma_pkey (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/mm/
Dpkeys.c80 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()
Dfault.c919 pkey = vma_pkey(vma); in __bad_area()
1394 pkey = vma_pkey(vma); in __do_page_fault()
/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c329 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()
Dfault.c551 int pkey = vma_pkey(vma); in __do_page_fault()
/Linux-v4.19/include/linux/
Dpkeys.h16 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/Linux-v4.19/arch/x86/include/asm/
Dpkeys.h124 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
Dmmu_context.h319 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h45 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/Linux-v4.19/fs/proc/
Dtask_mmu.c792 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()