Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A 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()
/linux-6.3-rc2/arch/s390/include/asm/
A Dtlb.h97 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
115 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
133 tlb_remove_table(tlb, pud); in pud_free_tlb()
/linux-6.3-rc2/arch/arm/include/asm/
A Dtlb.h53 tlb_remove_table(tlb, pte); in __pte_free_tlb()
63 tlb_remove_table(tlb, page); in __pmd_free_tlb()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A 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-6.3-rc2/arch/sparc/include/asm/
A Dpgalloc_64.h76 void tlb_remove_table(struct mmu_gather *, void *);
83 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/
A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux-6.3-rc2/arch/x86/hyperv/
A Dmmu.c242 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-6.3-rc2/include/asm-generic/
A 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
/linux-6.3-rc2/arch/s390/mm/
A Dpgalloc.c377 tlb_remove_table(tlb, table); in page_table_free_rcu()
395 tlb_remove_table(tlb, table); in page_table_free_rcu()
/linux-6.3-rc2/mm/
A Dmmu_gather.c257 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-6.3-rc2/arch/x86/kernel/
A Dparavirt.c313 .mmu.tlb_remove_table =
A Dkvm.c838 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dpgtable.c408 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt_types.h154 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
A Dparavirt.h92 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
/linux-6.3-rc2/arch/x86/xen/
A Dmmu_pv.c2117 .tlb_remove_table = tlb_remove_table,

Completed in 28 milliseconds