native_make_pmd   110 arch/x86/include/asm/pgtable.h #define __pmd(x)	native_make_pmd(x)
native_make_pmd   383 arch/x86/include/asm/pgtable.h 	return native_make_pmd(v | set);
native_make_pmd   390 arch/x86/include/asm/pgtable.h 	return native_make_pmd(v & ~clear);
native_make_pmd    82 arch/x86/include/asm/pgtable_64.h 	native_set_pmd(pmd, native_make_pmd(0));
native_make_pmd   101 arch/x86/include/asm/pgtable_64.h 	return native_make_pmd(xchg(&xp->pmd, 0));
native_make_pmd   465 arch/x86/xen/mmu_pv.c 	return native_make_pmd(pmd);
native_make_pmd  2035 arch/x86/xen/mmu_pv.c 	pmd = native_make_pmd(xen_read_phys_ulong(pa + pmd_index(vaddr) *
native_make_pmd   189 include/trace/events/xen.h 		      (int)sizeof(pmdval_t) * 2, (unsigned long long)pmd_val(native_make_pmd(__entry->pmdval)),