Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/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)
/linux-4.4.14/include/asm-generic/
Dpgtable-nopud.h54 #define pud_free(mm, x) do { } while (0) macro
D4level-fixup.h32 #define pud_free(mm, x) do { } while (0) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h59 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/sh/include/asm/
Dtlb.h114 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h69 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
/linux-4.4.14/arch/um/kernel/skas/
Dmmu.c45 pud_free(mm, pud); in init_stub_pte()
/linux-4.4.14/arch/x86/include/asm/
Dpgalloc.h131 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h64 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/arm/include/asm/
Dtlb.h262 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h225 #define pud_free(mm, x) do { } while (0) macro
/linux-4.4.14/arch/arm/kvm/
Dmmu.c162 pud_free(NULL, pud_table); in clear_pgd_entry()
/linux-4.4.14/mm/
Dmemory.c3525 pud_free(mm, new); in __pud_alloc()