Home
last modified time | relevance | path

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

/linux/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/arch/s390/include/asm/
A 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()
/linux/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/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/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/arch/powerpc/include/asm/book3s/
A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux/arch/x86/hyperv/
A Dmmu.c243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/include/asm-generic/
A Dtlb.h189 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
197 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) macro
/linux/arch/s390/mm/
A Dpgalloc.c276 tlb_remove_table(tlb, table); in page_table_free_rcu()
289 tlb_remove_table(tlb, table); in page_table_free_rcu()
/linux/mm/
A Dmmu_gather.c207 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux/arch/x86/kernel/
A Dkvm.c775 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
A Dparavirt.c336 .mmu.tlb_remove_table =
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c404 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/arch/x86/include/asm/
A Dparavirt_types.h167 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/arch/x86/xen/
A Dmmu_pv.c2116 .tlb_remove_table = tlb_remove_table,
/linux/
A DSystem.map7192 ffff8000101d7d30 T tlb_remove_table
A D.tmp_System.map7192 ffff8000101d7d30 T tlb_remove_table

Completed in 342 milliseconds