Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dtlb.h79 tlb_remove_table(tlb, pte); in __pte_free_tlb()
89 tlb_remove_table(tlb, page); in __pmd_free_tlb()
97 tlb_remove_table(tlb, virt_to_page(pudp)); in __pud_free_tlb()
/arch/s390/include/asm/
Dtlb.h95 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
113 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
131 tlb_remove_table(tlb, pud); in pud_free_tlb()
/arch/arm/include/asm/
Dtlb.h53 tlb_remove_table(tlb, pte); in __pte_free_tlb()
63 tlb_remove_table(tlb, page); in __pmd_free_tlb()
/arch/powerpc/include/asm/nohash/
Dpgalloc.h8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
55 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/arch/powerpc/include/asm/book3s/
Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/arch/sparc/include/asm/
Dpgalloc_64.h76 void tlb_remove_table(struct mmu_gather *, void *);
83 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/arch/x86/hyperv/
Dmmu.c242 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/arch/s390/mm/
Dpgalloc.c278 tlb_remove_table(tlb, table); in page_table_free_rcu()
291 tlb_remove_table(tlb, table); in page_table_free_rcu()
/arch/x86/kernel/
Dkvm.c750 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
Dparavirt.c295 .mmu.tlb_remove_table =
/arch/powerpc/mm/book3s64/
Dpgtable.c404 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/arch/x86/include/asm/
Dparavirt_types.h167 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
Dparavirt.h92 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
/arch/x86/xen/
Dmmu_pv.c2092 .tlb_remove_table = tlb_remove_table,