Lines Matching refs:vma
58 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() argument
73 if (vma->vm_flags & VM_EXEC) in copy_to_user_page()
74 flush_cache_page(vma, vaddr, page_to_pfn(page)); in copy_to_user_page()
77 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page() argument
94 unsigned long vaddr, struct vm_area_struct *vma) in copy_user_highpage() argument
112 (vma->vm_flags & VM_EXEC)) in copy_user_highpage()
134 void __update_cache(struct vm_area_struct *vma, in __update_cache() argument
191 void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, in flush_cache_page() argument
196 data.vma = vma; in flush_cache_page()
203 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range() argument
208 data.vma = vma; in flush_cache_range()
226 data.vma = NULL; in flush_icache_range()
234 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() argument