Lines Matching refs:vma
65 static void octeon_flush_icache_all_cores(struct vm_area_struct *vma) in octeon_flush_icache_all_cores() argument
83 if (vma) in octeon_flush_icache_all_cores()
84 mask = *mm_cpumask(vma->vm_mm); in octeon_flush_icache_all_cores()
138 struct vm_area_struct *vma; in octeon_flush_cache_sigtramp() local
141 vma = find_vma(current->mm, addr); in octeon_flush_cache_sigtramp()
142 octeon_flush_icache_all_cores(vma); in octeon_flush_cache_sigtramp()
154 static void octeon_flush_cache_range(struct vm_area_struct *vma, in octeon_flush_cache_range() argument
157 if (vma->vm_flags & VM_EXEC) in octeon_flush_cache_range()
158 octeon_flush_icache_all_cores(vma); in octeon_flush_cache_range()
169 static void octeon_flush_cache_page(struct vm_area_struct *vma, in octeon_flush_cache_page() argument
172 if (vma->vm_flags & VM_EXEC) in octeon_flush_cache_page()
173 octeon_flush_icache_all_cores(vma); in octeon_flush_cache_page()