Searched refs:tlb_remove_table (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 55 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | tlb.h | 115 tlb_remove_table(tlb, p4d); in p4d_free_tlb() 133 tlb_remove_table(tlb, pud); in pud_free_tlb()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 80 void tlb_remove_table(struct mmu_gather *, void *); 87 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/ |
H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/openbmc/linux/include/asm-generic/ |
H A D | tlb.h | 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()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | mmu.c | 243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/openbmc/linux/mm/ |
H A D | mmu_gather.c | 258 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | paravirt.c | 236 .mmu.tlb_remove_table = native_tlb_remove_table,
|
H A D | kvm.c | 838 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 147 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
|
H A D | paravirt.h | 92 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 488 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 418 tlb_remove_table(tlb, table); in page_table_free_rcu()
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 2140 .tlb_remove_table = tlb_remove_table,
|