Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/unicore32/mm/
Dpgd.c71 pmd_free(mm, new_pmd); in get_pgd_slow()
101 pmd_free(mm, pmd); in free_pgd_slow()
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_32.h51 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
52 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
Dpgalloc_64.h59 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/linux-4.4.14/arch/mips/include/asm/
Dpgalloc.h122 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
127 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/linux-4.4.14/arch/m68k/include/asm/
Dmotorola_pgalloc.h74 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
88 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
Dsun3_pgalloc.h81 #define pmd_free(mm, x) do { } while (0) macro
Dmcf_pgalloc.h85 #define pmd_free(mm, pmd) BUG() macro
/linux-4.4.14/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
/linux-4.4.14/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.h24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/linux-4.4.14/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-4.4.14/arch/alpha/include/asm/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
Dpgalloc.h48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/frv/include/asm/
Dpgalloc.h64 #define pmd_free(mm, x) do { } while (0) macro
/linux-4.4.14/arch/um/include/asm/
Dpgalloc.h50 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/sh/mm/
Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/include/asm-generic/
Dpgtable-nopmd.h59 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/m32r/include/asm/
Dpgalloc.h75 #define pmd_free(mm, x) do { } while (0) macro
/linux-4.4.14/arch/sh/include/asm/
Dpgalloc.h15 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
Dtlb.h113 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp)
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-32.h19 #define pmd_free(mm, x) do { } while (0) macro
Dpgalloc-64.h230 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h39 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/tile/include/asm/
Dpgalloc.h150 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmdp) in pmd_free() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h85 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/arch/um/kernel/skas/
Dmmu.c43 pmd_free(mm, pmd); in init_stub_pte()
/linux-4.4.14/arch/x86/include/asm/
Dpgalloc.h94 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock66 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
/linux-4.4.14/arch/x86/mm/
Dpgtable.c252 pmd_free(mm, pmd); in pgd_mop_up_pmds()
/linux-4.4.14/arch/arm/kvm/
Dmmu.c172 pmd_free(NULL, pmd_table); in clear_pud_entry()
/linux-4.4.14/mm/
Dmemory.c3552 pmd_free(mm, new); in __pmd_alloc()
3558 pmd_free(mm, new); in __pmd_alloc()