Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dmmu_context.h97 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/um/include/asm/
Dmmu_context.h33 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/powerpc/include/asm/
Dmmu_context.h247 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write,
251 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/x86/include/asm/
Dmmu_context.h329 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
/arch/powerpc/mm/book3s64/
Dpkeys.c406 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
/arch/powerpc/mm/
Dfault.c575 !arch_vma_access_permitted(vma, is_write, is_exec, 0)) { in __do_page_fault()
/arch/x86/mm/
Dfault.c953 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()
1186 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()