Searched defs:pgd_free (Results 1 – 11 of 11) sorted by relevance
/linux/arch/sh/mm/ |
H A D | pgtable.c | 39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/m68k/include/asm/ |
H A D | mcf_pgalloc.h | 78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
H A D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
H A D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/s390/include/asm/ |
H A D | pgalloc.h | 149 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/include/asm-generic/ |
H A D | pgalloc.h | 293 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux/arch/x86/mm/ |
H A D | pgtable.c | 376 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|