Searched refs:domU (Results 1 – 7 of 7) sorted by relevance
22 xen_start_info->console.domU.mfn = in xen_pv_pre_suspend()23 mfn_to_pfn(xen_start_info->console.domU.mfn); in xen_pv_pre_suspend()58 xen_start_info->console.domU.mfn = in xen_pv_post_suspend()59 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
1700 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()1701 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
2310 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
5 and run domU with pv_ops.123 Getting and Building domU with pv_ops140 3. copy .config for pv_ops of domU174 3. start domU
255 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()267 info->evtchn = xen_start_info->console.domU.evtchn; in xen_pv_console_init()269 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xen_pv_console_init()313 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
40 1) dom0: xl mem-max <domU> <maxmem>43 2) dom0: xl mem-set <domU> <memory>49 3) domU: for i in /sys/devices/system/memory/memory*/state; do \52 Memory could be onlined automatically on domU by adding following line to udev rules:
630 } domU; member