Home
last modified time | relevance | path

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

/arch/arm/mm/
Dpgd.c112 pud_free(mm, new_pud); in pgd_alloc()
151 pud_free(mm, pud); in pgd_free()
170 pud_free(mm, pud); in pgd_free()
/arch/ia64/include/asm/
Dpgalloc.h47 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
/arch/sparc/include/asm/
Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/sh/include/asm/
Dtlb.h124 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/arch/arm64/include/asm/
Dpgalloc.h68 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/s390/include/asm/
Dpgalloc.h69 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
/arch/um/kernel/skas/
Dmmu.c45 pud_free(mm, pud); in init_stub_pte()
/arch/x86/include/asm/
Dpgalloc.h131 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/powerpc/include/asm/
Dpgalloc-64.h64 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/arm/include/asm/
Dtlb.h270 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/arch/frv/include/asm/
Dpgtable.h225 #define pud_free(mm, x) do { } while (0) macro
/arch/arm/kvm/
Dmmu.c162 pud_free(NULL, pud_table); in clear_pgd_entry()