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

/arch/arm/mm/
H A Dpgd.c101 pud_free(mm, new_pud);
138 pud_free(mm, pud);
156 pud_free(mm, pud);
/arch/ia64/include/asm/
H A Dpgalloc.h47 static inline void pud_free(struct mm_struct *mm, pud_t *pud) function
51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
/arch/s390/include/asm/
H A Dpgalloc.h62 #define pud_free(mm, x) do { } while (0) macro
91 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
/arch/arm64/include/asm/
H A Dpgalloc.h56 static inline void pud_free(struct mm_struct *mm, pud_t *pud) function
/arch/sh/include/asm/
H A Dtlb.h114 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/arch/sparc/include/asm/
H A Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) function
/arch/um/kernel/skas/
H A Dmmu.c45 pud_free(mm, pud);
/arch/x86/include/asm/
H A Dpgalloc.h131 static inline void pud_free(struct mm_struct *mm, pud_t *pud) function
/arch/arm/include/asm/
H A Dtlb.h262 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/arch/powerpc/include/asm/
H A Dpgalloc-64.h64 static inline void pud_free(struct mm_struct *mm, pud_t *pud) function
/arch/frv/include/asm/
H A Dpgtable.h227 #define pud_free(mm, x) do { } while (0) macro
/arch/arm/kvm/
H A Dmmu.c98 pud_free(NULL, pud_table);

Completed in 295 milliseconds