Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c363 return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey); in vma_is_pkey_exec_only()
390 return vma_pkey(vma); in __arch_override_mprotect_pkey()
436 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpkeys.c68 if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey) in vma_is_pkey_exec_only()
111 return vma_pkey(vma); in __arch_override_mprotect_pkey()
H A Dfault.c925 u32 pkey = vma_pkey(vma); in bad_area_access_error()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpkeys.h16 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpkeys.h129 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
H A Dmmu_context.h212 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpkeys.h38 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c113 pkey = vma_pkey(vma); in bad_access_pkey()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c917 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()