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

/linux-master/drivers/xen/
H A Dmem-reservation.c48 set_phys_to_machine(pfn, frames[i]);
H A Dunpopulated-alloc.c112 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) {
113 pr_warn("set_phys_to_machine() failed, no memory added\n");
H A Dballoon.c305 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) {
306 pr_warn("set_phys_to_machine() failed, no memory added\n");
/linux-master/include/xen/arm/
H A Dpage.h107 static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) function
/linux-master/arch/arm/xen/
H A Dp2m.c103 if (likely(set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT,
143 set_phys_to_machine(unmap_ops[i].host_addr >> XEN_PAGE_SHIFT,
/linux-master/arch/x86/xen/
H A Dp2m.c673 bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) function
726 if (likely(set_phys_to_machine(pfn, FOREIGN_FRAME(mfn))))
786 set_phys_to_machine(pfn, INVALID_P2M_ENTRY);
H A Dsetup.c152 set_phys_to_machine(pfn, INVALID_P2M_ENTRY);
257 if (!set_phys_to_machine(pfn, mfn)) {
H A Dmmu_pv.c2270 set_phys_to_machine(virt_to_pfn((void *)vaddr), mfn);
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h59 extern bool set_phys_to_machine(unsigned long pfn, unsigned long mfn);

Completed in 339 milliseconds