Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/include/asm/
Dtlb.h14 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
/Linux-v4.19/arch/nds32/include/asm/
Dtlb.h26 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd) macro
/Linux-v4.19/arch/parisc/include/asm/
Dtlb.h25 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/Linux-v4.19/arch/um/include/asm/
Dpgalloc.h55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) macro
Dtlb.h159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
/Linux-v4.19/arch/arm/include/asm/
Dtlb.h268 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
/Linux-v4.19/arch/arm64/include/asm/
Dtlb.h68 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
/Linux-v4.19/include/asm-generic/
Dpgtable-nopmd.h63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) macro
Dtlb.h289 __pmd_free_tlb(tlb, pmdp, address); \
/Linux-v4.19/arch/m68k/include/asm/
Dsun3_pgalloc.h83 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
Dmcf_pgalloc.h51 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
Dmotorola_pgalloc.h80 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_32.h53 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
Dpgalloc_64.h113 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgalloc.h81 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/Linux-v4.19/arch/ia64/include/asm/
Dpgalloc.h71 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
Dtlb.h300 __pmd_free_tlb(tlb, ptep, address); \
/Linux-v4.19/arch/mips/include/asm/
Dpgalloc.h109 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h50 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h50 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h177 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h167 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
/Linux-v4.19/arch/x86/include/asm/
Dpgalloc.h121 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function