| /linux/arch/sh/include/asm/ |
| H A D | pgalloc.h | 19 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd); 20 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp))
|
| /linux/arch/arm/mm/ |
| H A D | pgd.c | 128 pmd_free(mm, new_pmd); in pgd_alloc() 173 pmd_free(mm, pmd); in pgd_free() 199 pmd_free(mm, pmd); in pgd_free()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro 51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
| H A D | pgalloc_64.h | 58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgalloc.h | 13 #define pmd_free(mm, x) do { } while (0) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 37 #define pmd_free(mm, x) do { } while (0) macro
|
| H A D | motorola_pgalloc.h | 59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| H A D | mcf_pgalloc.h | 76 #define pmd_free(mm, pmd) BUG() macro
|
| /linux/arch/sh/mm/ |
| H A D | pgtable.c | 55 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopmd.h | 63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| H A D | pgalloc.h | 160 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgalloc.h | 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | split_page_table_lock.rst | 70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 30 #define pmd_free(mm, x) do { } while (0) macro
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 38 #define pmd_free(mm, pmd) do { } while (0) macro
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 1430 pmd_free(&init_mm, pmd); in try_to_free_pmd_page()
|
| /linux/mm/ |
| H A D | memory.c | 6814 pmd_free(mm, new); in __pmd_alloc()
|