Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dpgd.c109 pud_free(mm, new_pud); in pgd_alloc()
148 pud_free(mm, pud); in pgd_free()
167 pud_free(mm, pud); in pgd_free()
/Linux-v5.4/arch/ia64/include/asm/
Dpgalloc.h49 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
53 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
/Linux-v5.4/arch/mips/include/asm/
Dpgalloc.h94 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
104 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
/Linux-v5.4/include/asm-generic/
D4level-fixup.h32 #define pud_free(mm, x) do { } while (0) macro
Dpgtable-nopud.h61 #define pud_free(mm, x) do { } while (0) macro
Dpgtable-nop4d-hack.h57 #define pud_free(mm, x) do { } while (0) macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h26 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/Linux-v5.4/arch/sparc/include/asm/
Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/Linux-v5.4/arch/arm64/include/asm/
Dpgalloc.h70 static inline void pud_free(struct mm_struct *mm, pud_t *pudp) in pud_free() function
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h112 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/Linux-v5.4/arch/s390/include/asm/
Dpgalloc.h68 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
/Linux-v5.4/arch/um/kernel/skas/
Dmmu.c46 pud_free(mm, pud); in init_stub_pte()
/Linux-v5.4/arch/x86/include/asm/
Dpgalloc.h159 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/Linux-v5.4/mm/kasan/
Dinit.c338 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
/Linux-v5.4/arch/mips/kvm/
Dmmu.c278 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd()
936 pud_free(NULL, pud); in kvm_mips_flush_gva_pgd()
Dtrap_emul.c600 pud_free(NULL, pud); in kvm_mips_emul_free_gva_pt()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c494 pud_free(kvm->mm, pud); in kvmppc_unmap_free_pud()
730 pud_free(kvm->mm, new_pud); in kvmppc_create_pte()
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c183 pud_free(&init_mm, pud); in efi_call_phys_epilog()
/Linux-v5.4/mm/
Dmemory.c4070 pud_free(mm, new); in __pud_alloc()
4076 pud_free(mm, new); in __pud_alloc()
/Linux-v5.4/virt/kvm/arm/
Dmmu.c452 pud_free(NULL, pud_table); in clear_hyp_pgd_entry()