Searched refs:tlb_remove_table (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.10/arch/arm64/include/asm/ | 
| D | tlb.h | 75 	tlb_remove_table(tlb, pte);  in __pte_free_tlb()85 	tlb_remove_table(tlb, page);  in __pmd_free_tlb()
 93 	tlb_remove_table(tlb, virt_to_page(pudp));  in __pud_free_tlb()
 
 | 
| /Linux-v5.10/arch/s390/include/asm/ | 
| D | tlb.h | 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()
 
 | 
| /Linux-v5.10/arch/arm/include/asm/ | 
| D | tlb.h | 53 	tlb_remove_table(tlb, pte);  in __pte_free_tlb()63 	tlb_remove_table(tlb, page);  in __pmd_free_tlb()
 
 | 
| /Linux-v5.10/arch/powerpc/include/asm/nohash/ | 
| 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()
 
 | 
| /Linux-v5.10/arch/sparc/include/asm/ | 
| D | pgalloc_64.h | 77 void tlb_remove_table(struct mmu_gather *, void *);84 	tlb_remove_table(tlb, (void *)pgf);  in pgtable_free_tlb()
 
 | 
| /Linux-v5.10/arch/powerpc/include/asm/book3s/ | 
| D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
 | 
| /Linux-v5.10/arch/x86/hyperv/ | 
| D | mmu.c | 237 	pv_ops.mmu.tlb_remove_table = tlb_remove_table;  in hyperv_setup_mmu_ops()
 | 
| /Linux-v5.10/arch/powerpc/include/asm/book3s/32/ | 
| D | pgalloc.h | 58 	tlb_remove_table(tlb, (void *)pgf);  in pgtable_free_tlb()
 | 
| /Linux-v5.10/include/asm-generic/ | 
| D | tlb.h | 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
 
 | 
| /Linux-v5.10/mm/ | 
| D | mmu_gather.c | 207 void tlb_remove_table(struct mmu_gather *tlb, void *table)  in tlb_remove_table()  function
 | 
| /Linux-v5.10/arch/s390/mm/ | 
| D | pgalloc.c | 285 		tlb_remove_table(tlb, table);  in page_table_free_rcu()298 	tlb_remove_table(tlb, table);  in page_table_free_rcu()
 
 | 
| /Linux-v5.10/arch/x86/kernel/ | 
| D | kvm.c | 658 		pv_ops.mmu.tlb_remove_table = tlb_remove_table;  in kvm_guest_init()
 | 
| D | paravirt.c | 339 	.mmu.tlb_remove_table	=
 | 
| /Linux-v5.10/arch/powerpc/mm/book3s64/ | 
| D | pgtable.c | 391 	tlb_remove_table(tlb, (void *)pgf);  in pgtable_free_tlb()
 | 
| /Linux-v5.10/arch/x86/include/asm/ | 
| D | paravirt_types.h | 208 	void (*tlb_remove_table)(struct mmu_gather *tlb, void *table);  member
 | 
| D | paravirt.h | 79 	PVOP_VCALL2(mmu.tlb_remove_table, tlb, table);  in paravirt_tlb_remove_table()
 | 
| /Linux-v5.10/arch/x86/xen/ | 
| D | mmu_pv.c | 2090 	.tlb_remove_table = tlb_remove_table,
 |