Home
last modified time | relevance | path

Searched refs:arch_vma_access_permitted (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dmmu_context.h278 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write,
282 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/x86/include/asm/
Dmmu_context.h207 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/powerpc/mm/book3s64/
Dpkeys.c445 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
/arch/powerpc/mm/
Dfault.c243 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
/arch/x86/mm/
Dfault.c889 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()
1106 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()