Searched refs:arch_vma_access_permitted (Results 1 – 7 of 7) sorted by relevance
/arch/unicore32/include/asm/ |
D | mmu_context.h | 97 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/arch/um/include/asm/ |
D | mmu_context.h | 33 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, in arch_vma_access_permitted() function
|
/arch/powerpc/include/asm/ |
D | mmu_context.h | 247 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/ |
D | mmu_context.h | 329 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 | 406 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, in arch_vma_access_permitted() function
|
/arch/powerpc/mm/ |
D | fault.c | 575 !arch_vma_access_permitted(vma, is_write, is_exec, 0)) { in __do_page_fault()
|
/arch/x86/mm/ |
D | fault.c | 953 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()
|