Home
last modified time | relevance | path

Searched defs:__pmd_free_tlb (Results 1 – 19 of 19) sorted by relevance

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