Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/xen/
Dp2m.c96 set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT, in set_foreign_p2m_mapping()
111 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT, in clear_foreign_p2m_mapping()
/linux-4.4.14/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
/linux-4.4.14/arch/x86/xen/
Dp2m.c692 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) in set_phys_to_machine() function
742 if (unlikely(!set_phys_to_machine(pfn, FOREIGN_FRAME(mfn)))) { in set_foreign_p2m_mapping()
771 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.c2571 set_phys_to_machine(virt_to_pfn(vaddr), mfn); in xen_remap_exchanged_ptes()
/linux-4.4.14/drivers/xen/
Dballoon.c349 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
460 set_phys_to_machine(pfn, frame_list[i]); in increase_reservation()
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h49 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);