Searched refs:TLB_FLUSH_VMA (Results 1 – 4 of 4) sorted by relevance
55 struct vm_area_struct vma = TLB_FLUSH_VMA(tlb->mm, 0); in tlb_flush()
182 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in get_clear_flush()203 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in clear_flush()
216 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, VM_EXEC); in ecard_init_pgtables()
722 #define TLB_FLUSH_VMA(mm,flags) { .vm_mm = (mm), .vm_flags = (flags) } macro