Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 5 of 5) sorted by relevance

/arch/ia64/include/asm/
Dtlb.h66 unsigned char need_flush; /* really unmapped some PTEs? */ member
108 if (!tlb->need_flush) in ia64_tlb_flush_mmu()
110 tlb->need_flush = 0; in ia64_tlb_flush_mmu()
215 tlb->need_flush = 1; in __tlb_remove_page()
261 tlb->need_flush = 1; \
267 tlb->need_flush = 1; \
273 tlb->need_flush = 1; \
279 tlb->need_flush = 1; \
/arch/um/include/asm/
Dtlb.h19 unsigned int need_flush; /* Really unmapped some ptes? */ member
36 tlb->need_flush = 0; in init_tlb_gather()
62 if (!tlb->need_flush) in tlb_flush_mmu()
89 tlb->need_flush = 1; in __tlb_remove_page()
108 tlb->need_flush = 1; \
/arch/x86/kernel/
Damd_gart_64.c92 static bool need_flush; /* global flush state. set for each gart wrap */ variable
110 need_flush = true; in alloc_iommu()
119 need_flush = true; in alloc_iommu()
123 need_flush = true; in alloc_iommu()
148 if (need_flush) { in flush_gart()
150 need_flush = false; in flush_gart()
/arch/powerpc/mm/
Dhugetlbpage.c456 tlb->need_flush = 1; in free_hugepd_range()
/arch/x86/kvm/
Dmmu.c1080 int need_flush = 0; in kvm_set_pte_rmapp() local
1091 need_flush = 1; in kvm_set_pte_rmapp()
1107 if (need_flush) in kvm_set_pte_rmapp()