Searched refs:__pmd_free_tlb (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/alpha/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
/linux-master/arch/parisc/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/linux-master/arch/um/include/asm/
H A Dpgalloc.h36 #define __pmd_free_tlb(tlb, pmd, address) \ macro
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h20 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) macro
/linux-master/arch/arm/include/asm/
H A Dtlb.h59 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h64 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h62 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
H A Dpgalloc_64.h112 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h74 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/linux-master/arch/arm64/include/asm/
H A Dtlb.h90 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, function
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h173 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, function
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h90 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, function
/linux-master/include/asm-generic/
H A Dtlb.h715 __pmd_free_tlb(tlb, pmdp, address); \

Completed in 524 milliseconds