Searched refs:TLB_FLUSH_VMA (Results 1 – 4 of 4) sorted by relevance
26 struct vm_area_struct vma = TLB_FLUSH_VMA(tlb->mm, 0); in tlb_flush()
143 struct vm_area_struct vma = TLB_FLUSH_VMA(mm, 0); in get_clear_flush()164 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()
562 #define TLB_FLUSH_VMA(mm,flags) { .vm_mm = (mm), .vm_flags = (flags) } macro