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()
1549 xen_start_info->console.domU.mfn = 0; in xen_start_kernel() 1550 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
2065 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
219 * Either for a dom0 to write to the system console, or a domU with a292 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init() 294 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init() 310 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init() 365 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
632 } domU; member