Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsuspend_pv.c16 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()
H A Denlighten_pv.c1380 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()
1381 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
H A Dmmu_pv.c1981 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_xen.c273 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init()
275 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()
290 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()
343 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
/OK3568_Linux_fs/buildroot/package/openrc/
H A D0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch33 # return RC_SYS_XENU and will think that we are in a domU while it's not.
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dxen.h647 } domU; member