Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmm_hooks.h25 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmmu_context.h270 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write,
274 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dmmu_context.h29 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmmu_context.h203 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c425 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c245 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c889 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()
1122 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c996 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1207 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
H A Dmemory.c5059 if (!arch_vma_access_permitted(vmf.vma, flags & FAULT_FLAG_WRITE, in ___handle_speculative_fault()
5265 if (!arch_vma_access_permitted(vma, flags & FAULT_FLAG_WRITE, in handle_mm_fault()