virt_to_mfn       139 arch/x86/xen/enlighten.c 	info.mfn = virt_to_mfn(vcpup);
virt_to_mfn       337 arch/x86/xen/enlighten.c 		frames[f] = virt_to_mfn(va);
virt_to_mfn       160 arch/x86/xen/mmu.c 		p2m_top_mfn[topidx] = virt_to_mfn(p2m_top[topidx]);
virt_to_mfn       165 arch/x86/xen/mmu.c 		p2m_top_mfn_list[idx] = virt_to_mfn(&p2m_top_mfn[topidx]);
virt_to_mfn       171 arch/x86/xen/mmu.c 		virt_to_mfn(p2m_top_mfn_list);
virt_to_mfn       216 arch/x86/xen/mmu.c 		*mfnp = virt_to_mfn(p);
virt_to_mfn       252 arch/x86/xen/smp.c 	ctxt->gdt_frames[0] = virt_to_mfn(gdt);
virt_to_mfn       269 arch/x86/xen/smp.c 	ctxt->ctrlreg[3] = xen_pfn_to_cr3(virt_to_mfn(swapper_pg_dir));