Searched refs:domU (Results 1 – 5 of 5) 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()
1393 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()1394 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
2006 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
278 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init()280 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()296 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()350 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
632 } domU; member