Home
last modified time | relevance | path

Searched refs:pmd_free (Results 1 – 23 of 23) sorted by relevance

/arch/mips/include/asm/
Dpgalloc.h113 #define pmd_free(mm, x) do { } while (0) macro
130 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
135 #define __pmd_free_tlb(tlb, x) pmd_free((tlb)->mm, x)
/arch/arm/mm/
Dpgd.c68 pmd_free(mm, new_pmd); in get_pgd_slow()
96 pmd_free(mm, pmd); in free_pgd_slow()
/arch/m68k/include/asm/
Dmotorola_pgalloc.h71 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
84 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
Dsun3_pgalloc.h82 #define pmd_free(mm, x) do { } while (0) macro
/arch/ia64/include/asm/
Dpgalloc.h65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
70 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
/arch/sparc/include/asm/
Dpgalloc_32.h47 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
48 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
Dpgalloc_64.h34 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
Dtlb_64.h104 #define pmd_free_tlb(mp, pmdp) pmd_free((mp)->mm, pmdp)
/arch/parisc/include/asm/
Dpgalloc.h73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
94 #define pmd_free(mm, x) do { } while (0) macro
Dtlb.h24 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
/arch/alpha/include/asm/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
Dpgalloc.h48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/s390/include/asm/
Dpgalloc.h67 #define pmd_free(mm, x) do { } while (0) macro
105 #define pmd_free(mm, pmd) crst_table_free(mm, (unsigned long *) pmd) macro
Dtlb.h126 pmd_free(tlb->mm, pmd); in pmd_free_tlb()
/arch/um/include/asm/
Dpgalloc.h51 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/powerpc/include/asm/
Dpgalloc-32.h18 #define pmd_free(mm, x) do { } while (0) macro
Dpgalloc-64.h85 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/arm/include/asm/
Dtlb.h89 #define pmd_free_tlb(tlb, pmdp) pmd_free((tlb)->mm, pmdp)
Dpgalloc.h30 #define pmd_free(mm, pmd) do { } while (0) macro
/arch/sh/include/asm/
Dpgalloc.h87 #define pmd_free(mm, x) do { } while (0) macro
/arch/x86/include/asm/
Dpgalloc.h75 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/um/kernel/skas/
Dmmu.c44 pmd_free(mm, pmd); in init_stub_pte()
/arch/x86/mm/
Dpgtable.c197 pmd_free(mm, pmd); in pgd_mop_up_pmds()