Searched refs:__pmd_free_tlb (Results 1 – 15 of 15) sorted by relevance
/arch/mips/include/asm/ |
D | pgalloc.h | 114 #define __pmd_free_tlb(tlb, x) do { } while (0) macro 135 #define __pmd_free_tlb(tlb, x) pmd_free((tlb)->mm, x) macro
|
/arch/alpha/include/asm/ |
D | tlb.h | 13 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
|
/arch/parisc/include/asm/ |
D | tlb.h | 24 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
|
/arch/um/include/asm/ |
D | pgalloc.h | 56 #define __pmd_free_tlb(tlb,x) tlb_remove_page((tlb),virt_to_page(x)) macro
|
D | tlb.h | 123 #define pmd_free_tlb(tlb, pmdp) __pmd_free_tlb(tlb, pmdp)
|
/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 19 #define __pmd_free_tlb(tlb,x) do { } while (0) macro
|
D | pgalloc-64.h | 121 #define __pmd_free_tlb(tlb, pmd) \ macro
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 83 #define __pmd_free_tlb(tlb, x) do { } while (0) macro
|
D | motorola_pgalloc.h | 76 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in __pmd_free_tlb() function
|
/arch/sh/include/asm/ |
D | pgalloc.h | 88 #define __pmd_free_tlb(tlb,x) do { } while (0) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 70 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
|
D | tlb.h | 248 __pmd_free_tlb(tlb, ptep); \
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 48 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
|
/arch/x86/include/asm/ |
D | pgalloc.h | 81 extern void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd);
|
/arch/x86/mm/ |
D | pgtable.c | 34 void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in __pmd_free_tlb() function
|