Searched refs:pgd_alloc (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/arch/mips/mm/
H A Dpgtable.c11 pgd_t *pgd_alloc(struct mm_struct *mm) function
27 EXPORT_SYMBOL_GPL(pgd_alloc); variable
/linux-master/arch/alpha/include/asm/
H A Dpgalloc.h34 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/um/include/asm/
H A Dpgalloc.h26 extern pgd_t *pgd_alloc(struct mm_struct *);
/linux-master/arch/nios2/include/asm/
H A Dpgalloc.h29 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
61 extern inline pgd_t *pgd_alloc(struct mm_struct *mm)
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h29 #define pgd_alloc(mm) get_pgd() macro
/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h30 pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/nios2/mm/
H A Dpgtable.c53 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h13 extern pgd_t *pgd_alloc(struct mm_struct *);
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h42 static inline pgd_t * pgd_alloc(struct mm_struct *mm) function
H A Dmotorola_pgalloc.h76 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
H A Dmcf_pgalloc.h79 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/arm64/mm/
H A Dpgd.c31 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/loongarch/mm/
H A Dpgtable.c24 pgd_t *pgd_alloc(struct mm_struct *mm) function
39 EXPORT_SYMBOL_GPL(pgd_alloc); variable
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h8 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/sh/mm/
H A Dpgtable.c32 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h54 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h19 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h20 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/hexagon/include/asm/
H A Dpgalloc.h21 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/csky/include/asm/
H A Dpgalloc.h42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h27 #define pgd_alloc(mm) get_pgd_fast() macro
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h50 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h45 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/arm/mm/
H A Didmap.c107 idmap_pgd = pgd_alloc(&init_mm);

Completed in 435 milliseconds

12