__pmd_free_tlb     34 arch/x86/mm/pgtable.c void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd)
__pmd_free_tlb     65 include/asm-frv/pgalloc.h #define __pmd_free_tlb(tlb,x)		do { } while (0)
__pmd_free_tlb     62 include/asm-generic/pgtable-nopmd.h #define __pmd_free_tlb(tlb, x)			do { } while (0)
__pmd_free_tlb     71 include/asm-m32r/pgalloc.h #define __pmd_free_tlb(tlb, x)		do { } while (0)
__pmd_free_tlb     76 include/asm-m68k/motorola_pgalloc.h static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd)
__pmd_free_tlb     83 include/asm-m68k/sun3_pgalloc.h #define __pmd_free_tlb(tlb, x)		do { } while (0)
__pmd_free_tlb     24 include/asm-parisc/tlb.h #define __pmd_free_tlb(tlb, pmd)	pmd_free((tlb)->mm, pmd)
__pmd_free_tlb     56 include/asm-um/pgalloc.h #define __pmd_free_tlb(tlb,x)   tlb_remove_page((tlb),virt_to_page(x))