Symbol: pgd_alloc
arch/alpha/mm/init.c
41
pgd_alloc(struct mm_struct *mm)
arch/arc/include/asm/pgalloc.h
54
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/arm/mm/pgd.c
30
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/arm64/mm/pgd.c
31
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/csky/include/asm/pgalloc.h
42
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/hexagon/include/asm/pgalloc.h
21
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/loongarch/mm/pgtable.c
24
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/m68k/include/asm/mcf_pgalloc.h
83
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/m68k/include/asm/motorola_pgalloc.h
76
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/m68k/include/asm/sun3_pgalloc.h
39
static inline pgd_t * pgd_alloc(struct mm_struct *mm)
arch/microblaze/include/asm/pgalloc.h
24
#define pgd_alloc(mm) __pgd_alloc(mm, 0)
arch/mips/mm/pgtable.c
11
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/nios2/mm/pgtable.c
54
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/openrisc/include/asm/pgalloc.h
42
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/openrisc/include/asm/pgalloc.h
59
extern inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/parisc/include/asm/pgalloc.h
17
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/powerpc/include/asm/book3s/32/pgalloc.h
8
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/powerpc/include/asm/book3s/64/pgalloc.h
48
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/powerpc/include/asm/nohash/pgalloc.h
20
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/riscv/include/asm/pgalloc.h
111
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/s390/include/asm/pgalloc.h
143
#define pgd_alloc(...) alloc_hooks(pgd_alloc_noprof(__VA_ARGS__))
arch/sh/mm/pgtable.c
34
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/sparc/include/asm/pgalloc_32.h
27
#define pgd_alloc(mm) get_pgd_fast()
arch/sparc/include/asm/pgalloc_64.h
26
static inline pgd_t *pgd_alloc(struct mm_struct *mm)
arch/um/kernel/mem.c
112
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/x86/mm/pgtable.c
322
pgd_t *pgd_alloc(struct mm_struct *mm)
arch/xtensa/include/asm/pgalloc.h
30
pgd_alloc(struct mm_struct *mm)