Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgalloc.h18 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/
Dpgd.c130 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/
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)
Dpgalloc_64.h58 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/
Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
Dpgalloc.h76 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/
Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsun3_pgalloc.h41 #define pmd_free(mm, x) do { } while (0) macro
Dmcf_pgalloc.h76 #define pmd_free(mm, pmd) BUG() macro
Dmotorola_pgalloc.h59 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/
Dpgalloc.h48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/sh/mm/
Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/include/asm-generic/
Dpgtable-nopmd.h61 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
Dpgalloc.h138 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/
Dpgalloc.h60 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h54 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/
Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgalloc.h79 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/kernel/linux/linux-5.10/arch/nds32/mm/
Dmm-nds32.c65 pmd_free(mm, pmd); in pgd_free()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgalloc.h38 #define pmd_free(mm, pmd) do { } while (0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h145 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/
Dmmu.c49 pmd_free(mm, pmd); in init_stub_pte()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgalloc.h96 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/Documentation/vm/
Dsplit_page_table_lock.rst71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and

12