Home
last modified time | relevance | path

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

/linux/arch/arm/xen/
A Dp2m.c102 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping()
142 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
/linux/include/xen/arm/
A Dpage.h107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
/linux/drivers/xen/
A Dmem-reservation.c48 set_phys_to_machine(pfn, frames[i]); in __xenmem_reservation_va_mapping_update()
A Dunpopulated-alloc.c69 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
A Dballoon.c323 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
/linux/arch/x86/xen/
A Dp2m.c678 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
731 if (likely(set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) in set_foreign_p2m_mapping()
791 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
A Dsetup.c191 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
296 if (!set_phys_to_machine(pfn, mfn)) { in xen_update_mem_tables()
A Dmmu_pv.c2244 set_phys_to_machine(virt_to_pfn(vaddr), mfn); in xen_remap_exchanged_ptes()
/linux/arch/x86/include/asm/xen/
A Dpage.h59 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);

Completed in 21 milliseconds