Home
last modified time | relevance | path

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

/Linux-v6.6/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()
/Linux-v6.6/arch/s390/include/asm/
Dtlb.h115 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
133 tlb_remove_table(tlb, pud); in pud_free_tlb()
/Linux-v6.6/arch/sparc/include/asm/
Dpgalloc_64.h80 void tlb_remove_table(struct mmu_gather *, void *);
87 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v6.6/arch/powerpc/include/asm/book3s/
Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/Linux-v6.6/include/asm-generic/
Dtlb.h204 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
212 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) macro
485 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
/Linux-v6.6/arch/x86/hyperv/
Dmmu.c243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/Linux-v6.6/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v6.6/mm/
Dmmu_gather.c258 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/Linux-v6.6/arch/x86/kernel/
Dparavirt.c237 .mmu.tlb_remove_table = native_tlb_remove_table,
Dkvm.c838 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
/Linux-v6.6/arch/x86/include/asm/
Dparavirt_types.h147 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()
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dpgtable.c487 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v6.6/arch/s390/mm/
Dpgalloc.c415 tlb_remove_table(tlb, table); in page_table_free_rcu()
/Linux-v6.6/arch/x86/xen/
Dmmu_pv.c2143 .tlb_remove_table = tlb_remove_table,