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()
1357 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()1358 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
1981 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
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