Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/mm/
Dpgd.c41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/arm/mm/
Dpgd.c119 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/linux-4.4.14/arch/sh/mm/
Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/openrisc/include/asm/
Dpgalloc.h69 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/nios2/include/asm/
Dpgalloc.h35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/xtensa/include/asm/
Dpgalloc.h36 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/cris/include/asm/
Dpgalloc.h20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/hexagon/include/asm/
Dpgalloc.h57 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/score/include/asm/
Dpgalloc.h35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/frv/mm/
Dpgalloc.c143 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/mn10300/mm/
Dpgtable.c162 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/unicore32/include/asm/
Dpgalloc.h29 #define pgd_free(mm, pgd) free_pgd_slow(mm, pgd) macro
/linux-4.4.14/arch/metag/include/asm/
Dpgalloc.h37 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/alpha/include/asm/
Dpgalloc.h35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/avr32/include/asm/
Dpgalloc.h49 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/arc/include/asm/
Dpgalloc.h74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_32.h27 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
Dpgalloc_64.h30 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgalloc.h84 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dmotorola_pgalloc.h86 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dmcf_pgalloc.h87 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/m32r/include/asm/
Dpgalloc.h28 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/mips/include/asm/
Dpgalloc.h62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/parisc/include/asm/
Dpgalloc.h46 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h30 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/um/kernel/
Dmem.c198 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h117 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/microblaze/include/asm/
Dpgalloc.h99 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_32.c98 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/tile/mm/
Dpgtable.c222 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h49 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/x86/mm/
Dpgtable.c394 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h260 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member