Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/arch/s390/include/asm/
Dtlb.h92 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
110 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
128 tlb_remove_table(tlb, pud); in pud_free_tlb()
/Linux-v6.1/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()
/Linux-v6.1/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.1/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()
/Linux-v6.1/arch/powerpc/include/asm/book3s/
Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/Linux-v6.1/arch/x86/hyperv/
Dmmu.c242 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v6.1/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
/Linux-v6.1/mm/
Dmmu_gather.c219 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/Linux-v6.1/arch/s390/mm/
Dpgalloc.c377 tlb_remove_table(tlb, table); in page_table_free_rcu()
395 tlb_remove_table(tlb, table); in page_table_free_rcu()
/Linux-v6.1/arch/x86/kernel/
Dparavirt.c319 .mmu.tlb_remove_table =
Dkvm.c844 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dpgtable.c408 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/Linux-v6.1/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()
/Linux-v6.1/arch/x86/xen/
Dmmu_pv.c2117 .tlb_remove_table = tlb_remove_table,