Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmmu_context.h261 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write,
265 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/linux/arch/arm64/include/asm/
H A Dmmu_context.h310 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/linux/arch/x86/include/asm/
H A Dmmu_context.h269 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/linux/arch/powerpc/mm/book3s64/
H A Dpkeys.c447 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
/linux/arch/x86/mm/
H A Dfault.c863 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()
1081 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
/linux/arch/powerpc/mm/
H A Dfault.c246 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
/linux/arch/arm64/mm/
H A Dfault.c497 * arch_vma_access_permitted() does. in fault_from_pkey()
503 * because core code checks arch_vma_access_permitted(), but in order in fault_from_pkey()
507 return !arch_vma_access_permitted(vma, in fault_from_pkey()
/linux/mm/
H A Dgup.c1274 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags()
1549 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
H A Dmadvise.c1314 arch_vma_access_permitted(vma, /* write= */ true, in can_madvise_modify()
H A Dmemory.c6233 * valid). That includes arch_vma_access_permitted() failing before in mm_account_fault()
6343 if (!arch_vma_access_permitted(vma, flags & FAULT_FLAG_WRITE, in handle_mm_fault()