Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/arm/mm/
Dpgd.c106 pmd_free(mm, new_pmd); in pgd_alloc()
144 pmd_free(mm, pmd); in pgd_free()
164 pmd_free(mm, pmd); in pgd_free()
/Linux-v5.4/arch/microblaze/include/asm/
Dpgalloc.h66 #define pmd_free(mm, x) do { } while (0) macro
67 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/Linux-v5.4/arch/riscv/include/asm/
Dpgalloc.h70 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
75 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/Linux-v5.4/arch/unicore32/mm/
Dpgd.c68 pmd_free(mm, new_pmd); in get_pgd_slow()
98 pmd_free(mm, pmd); in free_pgd_slow()
/Linux-v5.4/arch/ia64/include/asm/
Dpgalloc.h67 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
72 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/Linux-v5.4/arch/sparc/include/asm/
Dpgalloc_32.h50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/Linux-v5.4/arch/mips/include/asm/
Dpgalloc.h73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
78 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/Linux-v5.4/arch/parisc/include/asm/
Dpgalloc.h76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
101 #define pmd_free(mm, x) do { } while (0) macro
Dtlb.h7 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/Linux-v5.4/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.h43 #define pmd_free(mm, x) do { } while (0) macro
Dmcf_pgalloc.h84 #define pmd_free(mm, pmd) BUG() macro
/Linux-v5.4/arch/arm/include/asm/
Dpgalloc.h30 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
47 #define pmd_free(mm, pmd) do { } while (0) macro
/Linux-v5.4/arch/alpha/include/asm/
Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
Dpgalloc.h51 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v5.4/arch/nds32/include/asm/
Dtlb.h10 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd)
Dpgalloc.h19 #define pmd_free(mm, pmd) do { } while (0) macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/Linux-v5.4/arch/um/include/asm/
Dpgalloc.h38 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v5.4/arch/sh/include/asm/
Dpgalloc.h14 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
/Linux-v5.4/arch/sh/mm/
Dpgtable.c54 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v5.4/include/asm-generic/
Dpgtable-nopmd.h60 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/Linux-v5.4/arch/nds32/mm/
Dmm-nds32.c63 pmd_free(mm, pmd); in pgd_free()

12