Searched refs:TLB_FLUSH_VMA (Results 1 – 5 of 5) sorted by relevance
42 struct vm_area_struct vma = TLB_FLUSH_VMA(tlb->mm, 0); in tlb_flush()
131 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in get_clear_flush()152 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in clear_flush()
121 struct vm_area_struct vma = TLB_FLUSH_VMA(tlb->mm, 0); in ia64_tlb_flush_mmu_tlbonly()
215 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, VM_EXEC); in ecard_init_pgtables()
471 #define TLB_FLUSH_VMA(mm,flags) { .vm_mm = (mm), .vm_flags = (flags) } macro