Searched defs:tlb (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | memory.c | 184 static bool tlb_next_batch(struct mmu_gather *tlb) in tlb_next_batch() 217 void tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned lon… in tlb_gather_mmu() 237 static void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) in tlb_flush_mmu_tlbonly() 250 static void tlb_flush_mmu_free(struct mmu_gather *tlb) in tlb_flush_mmu_free() 261 void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu() 271 void tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() 293 int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page() 350 void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() 360 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() 383 static void free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, in free_pte_range() [all …]
|
D | mmap.c | 2500 struct mmu_gather tlb; in unmap_region() local 2940 struct mmu_gather tlb; in exit_mmap() local
|
D | hugetlb.c | 3263 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, in __unmap_hugepage_range() 3371 void __unmap_hugepage_range_final(struct mmu_gather *tlb, in __unmap_hugepage_range_final() 3394 struct mmu_gather tlb; in unmap_hugepage_range() local
|
D | huge_memory.c | 1459 int zap_huge_pmd(struct mmu_gather *tlb, struct vm_area_struct *vma, in zap_huge_pmd()
|