native_set_p4d     77 arch/x86/include/asm/pgtable.h # define set_p4d(p4dp, p4d)		native_set_p4d(p4dp, p4d)
native_set_p4d    152 arch/x86/include/asm/pgtable_64.h 	native_set_p4d(p4d, native_make_p4d(0));
native_set_p4d    408 arch/x86/kernel/paravirt.c 	.mmu.set_p4d		= native_set_p4d,