native_set_pmd     36 arch/x86/include/asm/pgtable-2level.h 	native_set_pmd(pmdp, __pmd(0));
native_set_pmd     69 arch/x86/include/asm/pgtable.h #define set_pmd(pmdp, pmd)		native_set_pmd(pmdp, pmd)
native_set_pmd     82 arch/x86/include/asm/pgtable_64.h 	native_set_pmd(pmd, native_make_pmd(0));
native_set_pmd    388 arch/x86/kernel/paravirt.c 	.mmu.set_pmd		= native_set_pmd,