Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/xen/
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()
/linux-5.19.10/include/xen/arm/
Dpage.h107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
/linux-5.19.10/drivers/xen/
Dmem-reservation.c48 set_phys_to_machine(pfn, frames[i]); in __xenmem_reservation_va_mapping_update()
Dunpopulated-alloc.c112 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
Dballoon.c324 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
/linux-5.19.10/arch/x86/xen/
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()
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()
Dmmu_pv.c2245 set_phys_to_machine(virt_to_pfn(vaddr), mfn); in xen_remap_exchanged_ptes()
/linux-5.19.10/arch/x86/include/asm/xen/
Dpage.h59 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);