Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
A Dpgalloc.h8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
59 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/arch/sparc/include/asm/
A Dpgalloc_64.h80 void tlb_remove_table(struct mmu_gather *, void *);
87 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/include/asm-generic/
A Dtlb.h210 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
218 #define tlb_remove_table(tlb, page) tlb_remove_page((tlb), (page)) macro
493 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
/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.h56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/arch/x86/kernel/
A Dparavirt.c194 .mmu.tlb_remove_table = native_tlb_remove_table,
A Dkvm.c841 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
/linux/mm/
A Dmmu_gather.c331 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux/arch/x86/include/asm/
A Dparavirt_types.h139 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
A Dparavirt.h96 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c496 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/arch/x86/xen/
A Dmmu_pv.c2140 .tlb_remove_table = tlb_remove_table,

Completed in 731 milliseconds