pgd_alloc         395 arch/x86/kernel/paravirt.c 	.pgd_alloc = __paravirt_pgd_alloc,
pgd_alloc        1289 arch/x86/xen/enlighten.c 	.pgd_alloc = xen_pgd_alloc,
pgd_alloc          34 include/asm-frv/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *);
pgd_alloc          37 include/asm-mn10300/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *);
pgd_alloc          26 include/asm-um/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *);
pgd_alloc         251 include/asm-x86/paravirt.h 	int  (*pgd_alloc)(struct mm_struct *mm);
pgd_alloc         995 include/asm-x86/paravirt.h 	return PVOP_CALL1(int, pv_mmu_ops.pgd_alloc, mm);
pgd_alloc          28 include/asm-x86/pgalloc.h extern pgd_t *pgd_alloc(struct mm_struct *);
pgd_alloc         374 kernel/fork.c  	mm->pgd = pgd_alloc(mm);