native_make_pgd   442 arch/x86/kernel/paravirt.c 	.make_pgd = native_make_pgd,
native_make_pgd   194 arch/x86/mm/pgtable.c 			pgdp[i] = native_make_pgd(0);
native_make_pgd   465 arch/x86/xen/mmu.c 	return native_make_pgd(pgd);
native_make_pgd   163 include/asm-x86/page.h #define __pgd(x)	native_make_pgd(x)
native_make_pgd   134 include/asm-x86/pgtable_64.h 	native_set_pgd(pgd, native_make_pgd(0));