Home
last modified time | relevance | path

Searched refs:pgd_free (Results 1 – 25 of 29) sorted by relevance

12

/arch/um/include/asm/
Dpgalloc.h27 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/arch/xtensa/include/asm/
Dpgalloc.h35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/powerpc/include/asm/
Dpgalloc-32.h11 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
Dpgalloc-64.h31 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/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/alpha/include/asm/
Dpgalloc.h35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/m68k/include/asm/
Dsun3_pgalloc.h85 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dmotorola_pgalloc.h82 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/sh/include/asm/
Dpgalloc.h40 static inline 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/arm/include/asm/
Dpgalloc.h37 #define pgd_free(mm, pgd) free_pgd_slow(mm, pgd) macro
/arch/ia64/include/asm/
Dpgalloc.h30 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/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/s390/include/asm/
Dtlb.h71 pgd_free(tlb->mm, tlb->array[tlb->nr_pxds++]); in tlb_flush_mmu()
Dpgalloc.h147 #define pgd_free(mm, pgd) crst_table_free(mm, (unsigned long *) pgd) macro
/arch/x86/include/asm/
Dpgalloc.h29 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/arch/x86/mm/
Dpgtable.c266 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/powerpc/mm/
Dpgtable_32.c87 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/x86/kernel/
Dparavirt.c422 .pgd_free = paravirt_nop,

12