Home
last modified time | relevance | path

Searched refs:tlb_remove_table (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dtlb.h49 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
142 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
157 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
172 tlb_remove_table(tlb, pud); in pud_free_tlb()
/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_64.h81 void tlb_remove_table(struct mmu_gather *, void *);
88 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v4.19/arch/powerpc/include/asm/book3s/
Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/Linux-v4.19/arch/x86/hyperv/
Dmmu.c235 pv_mmu_ops.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/Linux-v4.19/arch/arm/include/asm/
Dtlb.h54 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
56 #define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry)
/Linux-v4.19/arch/arm64/include/asm/
Dtlb.h27 #define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry)
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h120 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h121 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v4.19/arch/s390/mm/
Dpgalloc.c275 tlb_remove_table(tlb, table); in page_table_free_rcu()
288 tlb_remove_table(tlb, table); in page_table_free_rcu()
358 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h152 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v4.19/include/asm-generic/
Dtlb.h62 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/Linux-v4.19/arch/x86/kernel/
Dkvm.c642 pv_mmu_ops.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
Dparavirt.c413 .tlb_remove_table = (void (*)(struct mmu_gather *, void *))tlb_remove_page,
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c442 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v4.19/arch/x86/include/asm/
Dparavirt_types.h226 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
Dparavirt.h314 PVOP_VCALL2(pv_mmu_ops.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c2404 .tlb_remove_table = tlb_remove_table,
/Linux-v4.19/mm/
Dmemory.c380 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function