/linux/arch/mips/mm/ |
A D | pgtable.c | 11 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function 25 EXPORT_SYMBOL_GPL(pgd_alloc);
|
/linux/arch/openrisc/include/asm/ |
A D | pgalloc.h | 42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function 61 extern inline pgd_t *pgd_alloc(struct mm_struct *mm)
|
/linux/arch/alpha/include/asm/ |
A D | pgalloc.h | 34 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/nios2/include/asm/ |
A D | pgalloc.h | 34 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/arm64/mm/ |
A D | pgd.c | 20 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/microblaze/include/asm/ |
A D | pgalloc.h | 29 #define pgd_alloc(mm) get_pgd() macro
|
/linux/arch/um/include/asm/ |
A D | pgalloc.h | 26 extern pgd_t *pgd_alloc(struct mm_struct *);
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgalloc.h | 42 static inline pgd_t * pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
A D | mcf_pgalloc.h | 81 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
A D | motorola_pgalloc.h | 76 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/sh/include/asm/ |
A D | pgalloc.h | 12 extern pgd_t *pgd_alloc(struct mm_struct *);
|
/linux/arch/nds32/include/asm/ |
A D | pgalloc.h | 15 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/nios2/mm/ |
A D | pgtable.c | 53 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/xtensa/include/asm/ |
A D | pgalloc.h | 30 pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/ia64/include/asm/ |
A D | pgalloc.h | 27 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/sh/mm/ |
A D | pgtable.c | 32 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgalloc.h | 20 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/csky/include/asm/ |
A D | pgalloc.h | 42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/parisc/include/asm/ |
A D | pgalloc.h | 19 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 8 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/riscv/include/asm/ |
A D | pgalloc.h | 41 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/hexagon/include/asm/ |
A D | pgalloc.h | 21 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/arc/include/asm/ |
A D | pgalloc.h | 54 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/sparc/include/asm/ |
A D | pgalloc_32.h | 27 #define pgd_alloc(mm) get_pgd_fast() macro
|
/linux/drivers/firmware/efi/ |
A D | riscv-runtime.c | 34 efi_mm.pgd = pgd_alloc(&efi_mm); in efi_virtmap_init()
|