__set_phys_to_machine  173 arch/arm/xen/p2m.c EXPORT_SYMBOL_GPL(__set_phys_to_machine);
__set_phys_to_machine   61 arch/x86/include/asm/xen/page.h extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
__set_phys_to_machine   16 arch/x86/xen/mmu.h bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
__set_phys_to_machine 2490 arch/x86/xen/mmu_pv.c 		__set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY);
__set_phys_to_machine  685 arch/x86/xen/p2m.c 	if (unlikely(!__set_phys_to_machine(pfn, mfn))) {
__set_phys_to_machine  692 arch/x86/xen/p2m.c 		return __set_phys_to_machine(pfn, mfn);
__set_phys_to_machine  276 arch/x86/xen/setup.c 			if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY))
__set_phys_to_machine   86 drivers/xen/mem-reservation.c 		__set_phys_to_machine(pfn, INVALID_P2M_ENTRY);
__set_phys_to_machine   96 include/xen/arm/page.h bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
__set_phys_to_machine  102 include/xen/arm/page.h 	return __set_phys_to_machine(pfn, mfn);