Home
last modified time | relevance | path

Searched refs:domU (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dsuspend.c20 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()
Denlighten.c1687 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()
1688 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
/linux-4.1.27/Documentation/ia64/
Dxen.txt5 and run domU with pv_ops.
123 Getting and Building domU with pv_ops
140 3. copy .config for pv_ops of domU
174 3. start domU
/linux-4.1.27/drivers/tty/hvc/
Dhvc_xen.c255 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()
/linux-4.1.27/drivers/xen/
DKconfig40 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:
/linux-4.1.27/include/xen/interface/
Dxen.h625 } domU; member