Home
last modified time | relevance | path

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

/arch/arm/xen/
Dp2m.c99 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping()
140 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
/arch/arm/include/asm/xen/
Dpage.h109 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
/arch/x86/xen/
Dp2m.c692 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
745 if (likely(set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) in set_foreign_p2m_mapping()
806 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
Dsetup.c190 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
295 if (!set_phys_to_machine(pfn, mfn)) { in xen_update_mem_tables()
Dmmu.c2568 set_phys_to_machine(virt_to_pfn(vaddr), mfn); in xen_remap_exchanged_ptes()
/arch/x86/include/asm/xen/
Dpage.h49 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);