native_set_pgd     72 arch/x86/include/asm/pgtable.h #define set_pgd(pgdp, pgd)		native_set_pgd(pgdp, pgd)
native_set_pgd    162 arch/x86/include/asm/pgtable_64.h 	native_set_pgd(pgd, native_make_pgd(0));
native_set_pgd    414 arch/x86/kernel/paravirt.c 	.mmu.set_pgd		= native_set_pgd,