Home
last modified time | relevance | path

Searched refs:pud_free (Results 1 – 9 of 9) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgalloc.h82 #define pud_free pud_free macro
83 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux/arch/arm/mm/
H A Dpgd.c131 pud_free(mm, new_pud); in pgd_alloc()
177 pud_free(mm, pud); in pgd_free()
202 pud_free(mm, pud); in pgd_free()
/linux/include/asm-generic/
H A Dpgtable-nopud.h59 #define pud_free(mm, x) do { } while (0) macro
H A Dpgalloc.h220 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux/arch/sparc/include/asm/
H A Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c545 pud_free(kvm->mm, pud); in kvmppc_unmap_free_pud()
785 pud_free(kvm->mm, new_pud); in kvmppc_create_pte()
/linux/mm/
H A Dmemory.c6790 pud_free(mm, new); in __pud_alloc()