Searched refs:tlb_remove_table (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 59 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgalloc_64.h | 80 void tlb_remove_table(struct mmu_gather *, void *); 87 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/ |
D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/linux-6.12.1/include/asm-generic/ |
D | tlb.h | 210 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-6.12.1/arch/x86/hyperv/ |
D | mmu.c | 243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux-6.12.1/arch/x86/kernel/ |
D | paravirt.c | 194 .mmu.tlb_remove_table = native_tlb_remove_table,
|
D | kvm.c | 841 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
|
/linux-6.12.1/mm/ |
D | mmu_gather.c | 331 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | paravirt_types.h | 139 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
|
D | paravirt.h | 96 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 496 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux-6.12.1/arch/x86/xen/ |
D | mmu_pv.c | 2140 .tlb_remove_table = tlb_remove_table,
|