Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dsuspend.c22 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()
Denlighten.c1700 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()
1701 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
Dmmu.c2310 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
/linux-4.4.14/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.4.14/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()
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()
/linux-4.4.14/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.4.14/include/xen/interface/
Dxen.h630 } domU; member