Searched refs:pud_free (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 82 #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 D | pgd.c | 131 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 D | pgtable-nopud.h | 59 #define pud_free(mm, x) do { } while (0) macro
|
| H A D | pgalloc.h | 220 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 D | pgalloc.h | 29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 48 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 D | pgalloc.h | 126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 545 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 D | memory.c | 6790 pud_free(mm, new); in __pud_alloc()
|