/linux-6.6.21/arch/sh/include/asm/ |
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-6.6.21/arch/arm/mm/ |
D | pgd.c | 130 pmd_free(mm, new_pmd); in pgd_alloc() 175 pmd_free(mm, pmd); in pgd_free() 201 pmd_free(mm, pmd); in pgd_free()
|
/linux-6.6.21/arch/sparc/include/asm/ |
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)
|
D | pgalloc_64.h | 58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
D | pgalloc.h | 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 13 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 40 #define pmd_free(mm, x) do { } while (0) macro
|
D | motorola_pgalloc.h | 59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | mcf_pgalloc.h | 72 #define pmd_free(mm, pmd) BUG() macro
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pgalloc.h | 48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
/linux-6.6.21/arch/sh/mm/ |
D | pgtable.c | 53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/include/asm-generic/ |
D | pgtable-nopmd.h | 63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | pgalloc.h | 146 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 24 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-6.6.21/Documentation/translations/zh_CN/mm/ |
D | split_page_table_lock.rst | 70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgalloc.h | 91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgalloc.h | 74 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
|
/linux-6.6.21/arch/riscv/mm/ |
D | pgtable.c | 51 pmd_free(NULL, pmd); in pud_free_pmd_page()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgalloc.h | 84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgalloc.h | 38 #define pmd_free(mm, pmd) do { } while (0) macro
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgalloc.h | 152 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|