Searched refs:tlb_remove_table (Results 1 – 19 of 19) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | tlb.h | 79 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 D | tlb.h | 95 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 D | tlb.h | 53 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 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/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 76 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 D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/linux/arch/x86/hyperv/ |
A D | mmu.c | 243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux/include/asm-generic/ |
A D | tlb.h | 189 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 D | pgalloc.c | 276 tlb_remove_table(tlb, table); in page_table_free_rcu() 289 tlb_remove_table(tlb, table); in page_table_free_rcu()
|
/linux/mm/ |
A D | mmu_gather.c | 207 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
/linux/arch/x86/kernel/ |
A D | kvm.c | 775 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
|
A D | paravirt.c | 336 .mmu.tlb_remove_table =
|
/linux/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 404 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux/arch/x86/include/asm/ |
A D | paravirt_types.h | 167 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
|
A D | paravirt.h | 92 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
|
/linux/arch/x86/xen/ |
A D | mmu_pv.c | 2116 .tlb_remove_table = tlb_remove_table,
|
/linux/ |
A D | System.map | 7192 ffff8000101d7d30 T tlb_remove_table
|
A D | .tmp_System.map | 7192 ffff8000101d7d30 T tlb_remove_table
|
Completed in 321 milliseconds