pgd_alloc 35 arch/alpha/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 52 arch/arm/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 106 arch/arm/mm/idmap.c idmap_pgd = pgd_alloc(&init_mm); pgd_alloc 92 arch/arm64/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 48 arch/mips/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 549 arch/mips/kvm/trap_emul.c kern_mm->pgd = pgd_alloc(kern_mm); pgd_alloc 553 arch/mips/kvm/trap_emul.c user_mm->pgd = pgd_alloc(user_mm); pgd_alloc 25 arch/mips/mm/pgtable.c EXPORT_SYMBOL_GPL(pgd_alloc); pgd_alloc 23 arch/nds32/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 35 arch/nios2/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *mm); pgd_alloc 1136 arch/powerpc/kvm/book3s_64_mmu_radix.c kvm->arch.pgtable = pgd_alloc(kvm->mm); pgd_alloc 576 arch/powerpc/kvm/book3s_hv_nested.c gp->shadow_pgtable = pgd_alloc(kvm->mm); pgd_alloc 8 arch/sh/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *); pgd_alloc 27 arch/um/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *); pgd_alloc 316 arch/x86/include/asm/paravirt.h return PVOP_CALL1(int, mmu.pgd_alloc, mm); pgd_alloc 231 arch/x86/include/asm/paravirt_types.h int (*pgd_alloc)(struct mm_struct *mm); pgd_alloc 50 arch/x86/include/asm/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *); pgd_alloc 374 arch/x86/kernel/paravirt.c .mmu.pgd_alloc = __paravirt_pgd_alloc, pgd_alloc 146 arch/x86/kernel/tboot.c tboot_pg_dir = pgd_alloc(&tboot_mm); pgd_alloc 2402 arch/x86/xen/mmu_pv.c .pgd_alloc = xen_pgd_alloc, pgd_alloc 59 drivers/firmware/efi/arm-runtime.c efi_mm.pgd = pgd_alloc(&efi_mm); pgd_alloc 631 kernel/fork.c mm->pgd = pgd_alloc(mm);