Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/mm/
H A Dpgd.c30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/sh/mm/
H A Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/arm/mm/
H A Dpgd.c142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/parisc/include/asm/
H A Dpgalloc.h32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
H A Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
H A Dpgalloc_64.h31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/include/asm-generic/
H A Dpgalloc.h207 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c484 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h165 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member