Searched refs:domU (Results 1 – 6 of 6) sorted by relevance
20 xen_start_info->console.domU.mfn = in xen_pv_pre_suspend()21 mfn_to_pfn(xen_start_info->console.domU.mfn); in xen_pv_pre_suspend()56 xen_start_info->console.domU.mfn = in xen_pv_post_suspend()57 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
1687 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()1688 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
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()268 info->intf = mfn_to_virt(xen_start_info->console.domU.mfn); in xen_pv_console_init()312 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:
625 } domU; member