Searched refs:pud_free (Results 1 – 16 of 16) 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/arc/include/asm/ |
| H A D | pgalloc.h | 75 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd)
|
| /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/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 | 86 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
| /linux/mm/kasan/ |
| H A D | init.c | 325 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/mm/ |
| H A D | debug_vm_pgtable.c | 1028 pud_free(args->mm, args->start_pudp); in destroy_args()
|
| H A D | memory.c | 6696 pud_free(mm, new); in __pud_alloc()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 734 pud_free(&init_mm, pud_start); in free_pud_table()
|