Searched refs:TLB_FLUSH_VMA (Results 1 – 6 of 6) sorted by relevance
55 struct vm_area_struct vma = TLB_FLUSH_VMA(tlb->mm, 0); in tlb_flush()
178 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in get_clear_contig_flush() 209 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in clear_flush()
184 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in get_clear_contig_flush() 206 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in clear_flush()
52 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in contpte_convert()
216 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, VM_EXEC); in ecard_init_pgtables()
943 #define TLB_FLUSH_VMA(mm,flags) { .vm_mm = (mm), .vm_flags = (flags) } macro