Searched refs:arch_vma_access_permitted (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/asm-generic/ |
A D | mm_hooks.h | 25 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | mmu_context.h | 272 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, 276 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mmu_context.h | 208 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pkeys.c | 446 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | fault.c | 243 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 899 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys() 1116 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
|
/linux-6.3-rc2/mm/ |
A D | gup.c | 1013 if (!arch_vma_access_permitted(vma, write, false, foreign)) in check_vma_flags() 1220 if (!arch_vma_access_permitted(vma, write, false, foreign)) in vma_permits_fault()
|
A D | memory.c | 5180 if (!arch_vma_access_permitted(vma, flags & FAULT_FLAG_WRITE, in handle_mm_fault()
|
Completed in 23 milliseconds