Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H 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))
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dpgd.c116 pmd_free(mm, new_pmd); in pgd_alloc()
161 pmd_free(mm, pmd); in pgd_free()
187 pmd_free(mm, pmd); in pgd_free()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H 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)
H A Dpgalloc_64.h58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
H A Dpgalloc.h57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgalloc.h41 #define pmd_free(mm, x) do { } while (0) macro
H A Dmcf_pgalloc.h76 #define pmd_free(mm, pmd) BUG() macro
H A Dmotorola_pgalloc.h59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgalloc.h48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopmd.h61 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
H A Dpgalloc.h138 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgalloc.h60 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dmm-nds32.c65 pmd_free(mm, pmd); in pgd_free()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgalloc.h85 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h36 #define pmd_free(mm, pmd) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h145 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h96 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dmmu.c49 pmd_free(mm, pmd); in init_stub_pte()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dsplit_page_table_lock.rst71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and

12