Home
last modified time | relevance | path

Searched defs:pgd_free (Results 1 – 21 of 21) sorted by relevance

/arch/xtensa/include/asm/
Dpgalloc.h35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/cris/include/asm/
Dpgalloc.h20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/mn10300/mm/
Dpgtable.c158 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/frv/mm/
Dpgalloc.c145 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/avr32/include/asm/
Dpgalloc.h48 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/alpha/include/asm/
Dpgalloc.h35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/sparc/include/asm/
Dpgalloc_64.h22 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dpgalloc_32.h34 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
/arch/sh/include/asm/
Dpgalloc.h40 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/m68k/include/asm/
Dmotorola_pgalloc.h82 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dsun3_pgalloc.h85 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/arm/include/asm/
Dpgalloc.h37 #define pgd_free(mm, pgd) free_pgd_slow(mm, pgd) macro
/arch/parisc/include/asm/
Dpgalloc.h46 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/mips/include/asm/
Dpgalloc.h62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/ia64/include/asm/
Dpgalloc.h30 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/powerpc/include/asm/
Dpgalloc-64.h31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/um/kernel/
Dmem.c282 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/x86/mm/
Dpgtable.c266 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/powerpc/mm/
Dpgtable_32.c87 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/s390/include/asm/
Dpgalloc.h147 #define pgd_free(mm, pgd) crst_table_free(mm, (unsigned long *) pgd) macro
/arch/x86/include/asm/
Dparavirt.h252 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member