set_phys_to_machine 98 arch/arm/xen/p2m.c set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, set_phys_to_machine 113 arch/arm/xen/p2m.c set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, set_phys_to_machine 60 arch/x86/include/asm/xen/page.h extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn); set_phys_to_machine 2535 arch/x86/xen/mmu_pv.c set_phys_to_machine(virt_to_pfn(vaddr), mfn); set_phys_to_machine 733 arch/x86/xen/p2m.c if (unlikely(!set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) { set_phys_to_machine 762 arch/x86/xen/p2m.c set_phys_to_machine(pfn, INVALID_P2M_ENTRY); set_phys_to_machine 191 arch/x86/xen/setup.c set_phys_to_machine(pfn, INVALID_P2M_ENTRY); set_phys_to_machine 296 arch/x86/xen/setup.c if (!set_phys_to_machine(pfn, mfn)) { set_phys_to_machine 333 drivers/xen/balloon.c if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { set_phys_to_machine 47 drivers/xen/mem-reservation.c set_phys_to_machine(pfn, frames[i]);