Home
last modified time | relevance | path

Searched refs:pfn_to_mfn (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/drivers/xen/
Dbiomerge.c8 unsigned long mfn1 = pfn_to_mfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
9 unsigned long mfn2 = pfn_to_mfn(page_to_pfn(vec2->bv_page)); in xen_biovec_phys_mergeable()
Dswiotlb-xen.c78 next_mfn = pfn_to_mfn(pfn); in check_pages_physically_contiguous()
82 if (pfn_to_mfn(++pfn) != ++next_mfn) in check_pages_physically_contiguous()
Dballoon.c292 frame_list[i] = pfn_to_mfn(pfn); in decrease_reservation()
Dgntalloc.c137 pfn_to_mfn(page_to_pfn(gref->page)), readonly); in add_grefs()
/linux-2.6.39/arch/x86/xen/
Dsuspend.c52 pfn_to_mfn(xen_start_info->store_mfn); in xen_arch_post_suspend()
54 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_arch_post_suspend()
Dsetup.c98 unsigned long mfn = pfn_to_mfn(pfn); in xen_release_chunk()
Denlighten.c387 mfn = pfn_to_mfn(pfn); in xen_load_gdt()
424 mfn = pfn_to_mfn(pfn); in xen_load_gdt_boot()
Dmmu.c567 other_addr = pfn_to_mfn(addr >> PAGE_SHIFT) << PAGE_SHIFT; in xen_make_pte_debug()
918 op->arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin()
1400 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1533 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn()
Dp2m.c672 page->index = pfn_to_mfn(pfn); in m2p_add_override()
/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h58 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
129 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset); in phys_to_machine()
169 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v)))
/linux-2.6.39/arch/ia64/include/asm/xen/
Dpage.h33 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
/linux-2.6.39/drivers/block/
Dxen-blkfront.c310 buffer_mfn = pfn_to_mfn(page_to_pfn(sg_page(sg))); in blkif_queue_request()
1006 pfn_to_mfn(info->shadow[req->id].frame[j]), in blkif_recover()
/linux-2.6.39/drivers/net/
Dxen-netfront.c308 pfn_to_mfn(pfn), in xennet_alloc_rx_buffers()
454 mfn = pfn_to_mfn(page_to_pfn(frag->page)); in xennet_make_frags()
1604 pfn_to_mfn(page_to_pfn(skb_shinfo(skb)-> in xennet_connect()
/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_probe.c722 pfn_to_mfn(virt_to_phys((void *)page) >> in xenbus_init()
/linux-2.6.39/drivers/video/
Dxen-fbfront.c538 return pfn_to_mfn(vmalloc_to_pfn(address)); in vmalloc_to_mfn()