Searched refs:arch_vma_access_permitted (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/asm-generic/ |
D | mm_hooks.h | 25 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | mmu_context.h | 273 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, 277 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/Linux-v6.6/arch/x86/include/asm/ |
D | mmu_context.h | 249 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 446 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
|
/Linux-v6.6/arch/powerpc/mm/ |
D | fault.c | 238 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
|
/Linux-v6.6/arch/x86/mm/ |
D | fault.c | 894 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys() 1111 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
|
/Linux-v6.6/mm/ |
D | gup.c | 1086 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags() 1344 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
|
D | memory.c | 5268 if (!arch_vma_access_permitted(vma, flags & FAULT_FLAG_WRITE, in handle_mm_fault()
|