Home
last modified time | relevance | path

Searched refs:__pmd_free_tlb (Results 1 – 15 of 15) sorted by relevance

/arch/mips/include/asm/
Dpgalloc.h114 #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/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
/arch/parisc/include/asm/
Dtlb.h24 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
/arch/um/include/asm/
Dpgalloc.h56 #define __pmd_free_tlb(tlb,x) tlb_remove_page((tlb),virt_to_page(x)) macro
Dtlb.h123 #define pmd_free_tlb(tlb, pmdp) __pmd_free_tlb(tlb, pmdp)
/arch/powerpc/include/asm/
Dpgalloc-32.h19 #define __pmd_free_tlb(tlb,x) do { } while (0) macro
Dpgalloc-64.h121 #define __pmd_free_tlb(tlb, pmd) \ macro
/arch/m68k/include/asm/
Dsun3_pgalloc.h83 #define __pmd_free_tlb(tlb, x) do { } while (0) macro
Dmotorola_pgalloc.h76 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in __pmd_free_tlb() function
/arch/sh/include/asm/
Dpgalloc.h88 #define __pmd_free_tlb(tlb,x) do { } while (0) macro
/arch/ia64/include/asm/
Dpgalloc.h70 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
Dtlb.h248 __pmd_free_tlb(tlb, ptep); \
/arch/sparc/include/asm/
Dpgalloc_32.h48 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) macro
/arch/x86/include/asm/
Dpgalloc.h81 extern void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd);
/arch/x86/mm/
Dpgtable.c34 void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) in __pmd_free_tlb() function