Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
/arch/parisc/include/asm/
Dtlb.h24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/arch/frv/include/asm/
Dpgalloc.h65 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/arch/um/include/asm/
Dpgalloc.h55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) macro
Dtlb.h130 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
/arch/arm64/include/asm/
Dtlb.h66 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
/arch/arm/include/asm/
Dtlb.h245 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
261 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
/arch/m32r/include/asm/
Dpgalloc.h76 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
/arch/sparc/include/asm/
Dpgalloc_32.h52 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
Dpgalloc_64.h114 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/arch/m68k/include/asm/
Dsun3_pgalloc.h82 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
Dmcf_pgalloc.h49 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
Dmotorola_pgalloc.h79 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
/arch/powerpc/include/asm/
Dpgalloc-32.h20 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
Dpgalloc-64.h235 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/arch/mips/include/asm/
Dpgalloc.h127 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/arch/ia64/include/asm/
Dpgalloc.h70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
Dtlb.h274 __pmd_free_tlb(tlb, ptep, address); \
/arch/tile/include/asm/
Dpgalloc.h155 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
/arch/microblaze/include/asm/
Dpgalloc.h186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/arch/x86/include/asm/
Dpgalloc.h103 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function