Home
last modified time | relevance | path

Searched refs:tlb_remove_table (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H 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()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtlb.h73 * then calls tlb_remove_table. in pte_free_tlb()
95 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
114 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
132 tlb_remove_table(tlb, pud); in pud_free_tlb()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dtlb.h53 tlb_remove_table(tlb, pte); in __pte_free_tlb()
63 tlb_remove_table(tlb, page); in __pmd_free_tlb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H 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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H 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()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dtlb.h75 * then calls tlb_remove_table. in pte_free_tlb()
115 tlb_remove_table(tlb, p4d); in p4d_free_tlb()
133 tlb_remove_table(tlb, pud); in pud_free_tlb()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgalloc_64.h77 void tlb_remove_table(struct mmu_gather *, void *);
84 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgalloc_64.h80 void tlb_remove_table(struct mmu_gather *, void *);
87 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/
H A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/
H A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/kernel/linux/linux-6.6/include/asm-generic/
H A Dtlb.h61 * - tlb_remove_table()
63 * tlb_remove_table() is the basic primitive to free page-table directories
145 * This provides tlb_remove_table(), to be used instead of tlb_remove_page()
204 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()
/kernel/linux/linux-5.10/arch/x86/hyperv/
H A Dmmu.c243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dmmu.c243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtlb.h59 * - tlb_remove_table()
61 * tlb_remove_table() is the basic primitive to free page-table directories
143 * This provides tlb_remove_table(), to be used instead of tlb_remove_page()
187 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
195 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) macro
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgalloc.c287 tlb_remove_table(tlb, table); in page_table_free_rcu()
300 tlb_remove_table(tlb, table); in page_table_free_rcu()
/kernel/linux/linux-5.10/mm/
H A Dmmu_gather.c174 * If we want tlb_remove_table() to imply TLB invalidates.
205 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/kernel/linux/linux-6.6/mm/
H A Dmmu_gather.c227 * If we want tlb_remove_table() to imply TLB invalidates.
258 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkvm.c724 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
H A Dparavirt.c338 .mmu.tlb_remove_table =
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkvm.c838 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
H A Dparavirt.c237 .mmu.tlb_remove_table = native_tlb_remove_table,
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dpgtable.c391 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dparavirt_types.h206 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member

Completed in 13 milliseconds

12