Searched refs:domU (Results 1 – 6 of 6) sorted by relevance
16 xen_start_info->console.domU.mfn = in xen_pv_pre_suspend()17 mfn_to_pfn(xen_start_info->console.domU.mfn); in xen_pv_pre_suspend()37 xen_start_info->console.domU.mfn = in xen_pv_post_suspend()38 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
1367 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()1368 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
2280 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
5 and run domU with pv_ops.133 Getting and Building domU with pv_ops158 3. copy .config for pv_ops of domU::197 3. start domU::
238 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init()240 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()255 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()308 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
647 } domU; member