Home
last modified time | relevance | path

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

12

/linux/arch/sh/include/asm/
A 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))
/linux/arch/arm/mm/
A 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()
/linux/arch/sparc/include/asm/
A 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)
A Dpgalloc_64.h58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/alpha/include/asm/
A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/linux/arch/parisc/include/asm/
A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
A Dpgalloc.h57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgalloc.h40 #define pmd_free(mm, x) do { } while (0) macro
A Dmcf_pgalloc.h74 #define pmd_free(mm, pmd) BUG() macro
A Dmotorola_pgalloc.h59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/ia64/include/asm/
A Dpgalloc.h48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/linux/arch/sh/mm/
A Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/include/asm-generic/
A Dpgtable-nopmd.h61 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
A Dpgalloc.h138 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/riscv/include/asm/
A Dpgalloc.h58 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgalloc.h54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/arc/include/asm/
A Dpgalloc.h91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/linux/arch/mips/include/asm/
A Dpgalloc.h78 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/linux/arch/nds32/mm/
A Dmm-nds32.c65 pmd_free(mm, pmd); in pgd_free()
/linux/arch/arm/include/asm/
A Dpgalloc.h38 #define pmd_free(mm, pmd) do { } while (0) macro
/linux/arch/s390/include/asm/
A Dpgalloc.h96 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h145 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/linux/Documentation/vm/
A Dsplit_page_table_lock.rst71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and

Completed in 26 milliseconds

12