Searched refs:pmd_free (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/mm/
H A Dmemory.c5862 pmd_free(mm, new);
H A Ddebug_vm_pgtable.c1076 pmd_free(args->mm, args->start_pmdp);
/linux-master/arch/riscv/mm/
H A Dpgtable.c92 pmd_free(NULL, pmd);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c654 pmd_free(&init_mm, pmd_start);
1570 pmd_free(&init_mm, pmd);
/linux-master/arch/x86/mm/
H A Dpgtable.c284 pmd_free(mm, pmd);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h95 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/arm64/mm/
H A Dmmu.c1275 pmd_free(NULL, table);
/linux-master/include/asm-generic/
H A Dpgalloc.h146 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
H A Dpgtable-nopmd.h63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h40 #define pmd_free(mm, x) do { } while (0) macro
H A Dmcf_pgalloc.h72 #define pmd_free(mm, pmd) BUG() macro
H A Dmotorola_pgalloc.h59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h74 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/linux-master/arch/mips/kvm/
H A Dmmu.c219 pmd_free(NULL, pmd);
/linux-master/mm/kasan/
H A Dinit.c318 pmd_free(&init_mm, (pmd_t *)page_to_virt(pud_page(*pud)));
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
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)
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h19 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-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h38 #define pmd_free(mm, pmd) do { } while (0) macro
/linux-master/arch/arm/mm/
H A Dpgd.c130 pmd_free(mm, new_pmd);
175 pmd_free(mm, pmd);
201 pmd_free(mm, pmd);

Completed in 506 milliseconds

12