Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dpkeys.h23 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
34 return vma_pkey(vma); in arch_override_mprotect_pkey()
A Dmmu_context.h311 return por_el0_allows_pkey(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/linux/arch/x86/mm/
A Dpkeys.c67 if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey) in vma_is_pkey_exec_only()
110 return vma_pkey(vma); in __arch_override_mprotect_pkey()
A Dfault.c902 u32 pkey = vma_pkey(vma); in bad_area_access_error()
/linux/arch/powerpc/mm/book3s64/
A Dpkeys.c385 return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey); in vma_is_pkey_exec_only()
412 return vma_pkey(vma); in __arch_override_mprotect_pkey()
458 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/linux/include/linux/
A Dpkeys.h18 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/linux/arch/x86/include/asm/
A Dpkeys.h118 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
A Dmmu_context.h259 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
/linux/arch/powerpc/include/asm/
A Dpkeys.h38 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
/linux/arch/arm64/mm/
A Dfault.c599 pkey = vma_pkey(vma); in do_page_fault()
643 pkey = vma_pkey(vma); in do_page_fault()
/linux/arch/powerpc/mm/
A Dfault.c113 pkey = vma_pkey(vma); in bad_access_pkey()
/linux/fs/proc/
A Dtask_mmu.c1159 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()

Completed in 31 milliseconds