| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | tlb.h | 53 tlb_remove_table(tlb, pte); in __pte_free_tlb() 63 tlb_remove_table(tlb, page); in __pmd_free_tlb()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 77 void tlb_remove_table(struct mmu_gather *, void *); 84 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /OK3568_Linux_fs/kernel/arch/x86/hyperv/ |
| H A D | mmu.c | 243 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in hyperv_setup_mmu_ops()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/ |
| H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 58 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgalloc.c | 287 tlb_remove_table(tlb, table); in page_table_free_rcu() 300 tlb_remove_table(tlb, table); in page_table_free_rcu()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmu_gather.c | 205 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | kvm.c | 724 pv_ops.mmu.tlb_remove_table = tlb_remove_table; in kvm_guest_init()
|
| H A D | paravirt.c | 338 .mmu.tlb_remove_table =
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 391 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 206 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table); member
|
| H A D | paravirt.h | 79 PVOP_VCALL2(mmu.tlb_remove_table, tlb, table); in paravirt_tlb_remove_table()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | mmu_pv.c | 2090 .tlb_remove_table = tlb_remove_table,
|