Searched defs:pgd_free (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/arm64/mm/ |
| A D | pgd.c | 41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/sh/mm/ |
| 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/ |
| A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/arm/mm/ |
| A D | pgd.c | 142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
|
| /linux/arch/parisc/include/asm/ |
| A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| A D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/m68k/include/asm/ |
| A D | mcf_pgalloc.h | 74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| A D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/sparc/include/asm/ |
| A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
| A D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/mips/include/asm/ |
| A D | pgalloc.h | 52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/include/asm-generic/ |
| A D | pgalloc.h | 219 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/s390/include/asm/ |
| A D | pgalloc.h | 123 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| A D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/x86/mm/ |
| A D | pgtable.c | 487 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/x86/include/asm/ |
| A D | paravirt_types.h | 157 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|
Completed in 26 milliseconds