Home
last modified time | relevance | path

Searched refs:set_phys_to_machine (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm/xen/
H A Dp2m.c103 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping()
143 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
/openbmc/linux/include/xen/arm/
H A Dpage.h107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
/openbmc/linux/drivers/xen/
H A Dmem-reservation.c48 set_phys_to_machine(pfn, frames[i]); in __xenmem_reservation_va_mapping_update()
H A Dunpopulated-alloc.c112 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
H A Dballoon.c306 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
/openbmc/linux/arch/x86/xen/
H A Dp2m.c675 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
728 if (likely(set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) in set_foreign_p2m_mapping()
788 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
825 if (!set_phys_to_machine(pfn, mfn)) in xen_do_remap_nonram()
H A Dsetup.c155 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
260 if (!set_phys_to_machine(pfn, mfn)) { in xen_update_mem_tables()
H A Dmmu_pv.c2267 set_phys_to_machine(virt_to_pfn((void *)vaddr), mfn); in xen_remap_exchanged_ptes()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h59 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);