Searched refs:arch_vma_access_permitted (Results 1 – 5 of 5) sorted by relevance
/linux/include/asm-generic/ |
H A D | mm_hooks.h | 20 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/linux/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 261 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/powerpc/mm/book3s64/ |
H A D | pkeys.c | 447 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
|
/linux/mm/ |
H A D | gup.c | 1323 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags() 1594 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
|
H A D | memory.c | 6179 if (!arch_vma_access_permitted(vma, flags & FAULT_FLAG_WRITE, in handle_mm_fault()
|