Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/xen/
Dp2m.c96 set_phys_to_machine(map_ops[i].host_addr >> PAGE_SHIFT, in set_foreign_p2m_mapping()
111 set_phys_to_machine(unmap_ops[i].host_addr >> PAGE_SHIFT, in clear_foreign_p2m_mapping()
/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h102 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
/linux-4.1.27/arch/x86/xen/
Dp2m.c647 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
694 if (unlikely(!set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) { in set_foreign_p2m_mapping()
723 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
Dsetup.c158 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
265 if (!set_phys_to_machine(pfn, mfn)) { in xen_update_mem_tables()
Dmmu.c2229 set_phys_to_machine(virt_to_pfn(vaddr), mfn); in xen_remap_exchanged_ptes()
/linux-4.1.27/drivers/xen/
Dballoon.c247 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
373 set_phys_to_machine(pfn, frame_list[i]); in increase_reservation()
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h49 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);