Searched refs:pud_free (Results 1 – 16 of 16) sorted by relevance
/linux/arch/arm/mm/ |
H A D | pgd.c | 133 pud_free(mm, new_pud); in pgd_alloc() 179 pud_free(mm, pud); in pgd_free() 204 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
|
/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/arc/include/asm/ |
H A D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd)
|
/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 110 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/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/arm64/include/asm/ |
H A D | pgalloc.h | 59 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/s390/include/asm/ |
H A D | pgalloc.h | 75 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/linux/mm/kasan/ |
H A D | init.c | 339 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
|
/linux/arch/mips/kvm/ |
H A D | mmu.c | 249 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd()
|
/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/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 745 pud_free(&init_mm, pud_start); in free_pud_table()
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 1062 pud_free(args->mm, args->start_pudp); in destroy_args()
|
H A D | memory.c | 6316 pud_free(mm, new); in __pud_alloc()
|