Searched refs:arch_vma_access_permitted (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/include/asm/ |
D | mmu_context.h | 278 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, 282 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/arch/x86/include/asm/ |
D | mmu_context.h | 207 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 445 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
|
/arch/powerpc/mm/ |
D | fault.c | 243 if (!arch_vma_access_permitted(vma, is_write, is_exec, 0)) in access_pkey_error()
|
/arch/x86/mm/ |
D | fault.c | 889 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys() 1106 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
|