Home
last modified time | relevance | path

Searched refs:pmd_free (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v4.19/arch/arm/mm/
Dpgd.c109 pmd_free(mm, new_pmd); in pgd_alloc()
147 pmd_free(mm, pmd); in pgd_free()
167 pmd_free(mm, pmd); in pgd_free()
/Linux-v4.19/arch/unicore32/mm/
Dpgd.c71 pmd_free(mm, new_pmd); in get_pgd_slow()
101 pmd_free(mm, pmd); in free_pgd_slow()
/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_32.h52 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
53 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
Dpgalloc_64.h58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v4.19/arch/m68k/include/asm/
Dmotorola_pgalloc.h75 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
89 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
Dsun3_pgalloc.h82 #define pmd_free(mm, x) do { } while (0) macro
Dmcf_pgalloc.h88 #define pmd_free(mm, pmd) BUG() macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgalloc.h76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
81 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/Linux-v4.19/arch/ia64/include/asm/
Dpgalloc.h66 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
71 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/Linux-v4.19/arch/arm/include/asm/
Dpgalloc.h35 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
52 #define pmd_free(mm, pmd) do { } while (0) macro
Dstage2_pgtable.h34 #define stage2_pmd_free(pmd) pmd_free(NULL, pmd)
/Linux-v4.19/arch/parisc/include/asm/
Dpgalloc.h73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
98 #define pmd_free(mm, x) do { } while (0) macro
Dtlb.h25 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/Linux-v4.19/arch/mips/include/asm/
Dpgalloc.h104 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
109 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h185 #define pmd_free(mm, x) do { } while (0) macro
186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/Linux-v4.19/arch/alpha/include/asm/
Dtlb.h14 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
Dpgalloc.h49 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v4.19/arch/nds32/include/asm/
Dtlb.h26 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd)
Dpgalloc.h16 #define pmd_free(mm, pmd) do { } while (0) macro
/Linux-v4.19/arch/um/include/asm/
Dpgalloc.h50 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v4.19/arch/sh/mm/
Dpgtable.c54 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v4.19/include/asm-generic/
Dpgtable-nopmd.h60 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v4.19/arch/nds32/mm/
Dmm-nds32.c63 pmd_free(mm, pmd); in pgd_free()
/Linux-v4.19/arch/sh/include/asm/
Dpgalloc.h16 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
/Linux-v4.19/arch/arm64/include/asm/
Dstage2_pgtable.h110 #define stage2_pmd_free(pmd) pmd_free(NULL, pmd)

12