/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgalloc.h | 18 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd); 19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp))
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
D | pgalloc.h | 76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 13 #define pmd_free(mm, x) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 41 #define pmd_free(mm, x) do { } while (0) macro
|
D | mcf_pgalloc.h | 76 #define pmd_free(mm, pmd) BUG() macro
|
D | motorola_pgalloc.h | 59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgalloc.h | 48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | pgtable.c | 53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nopmd.h | 61 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | pgalloc.h | 138 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgalloc.h | 60 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 24 #define pmd_free(mm, x) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgalloc.h | 79 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
D | mm-nds32.c | 65 pmd_free(mm, pmd); in pgd_free()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgalloc.h | 38 #define pmd_free(mm, pmd) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 145 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
D | mmu.c | 49 pmd_free(mm, pmd); in init_stub_pte()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | pgalloc.h | 96 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | split_page_table_lock.rst | 71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
|