Home
last modified time | relevance | path

Searched refs:domU (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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.c1473 xen_start_info->console.domU.mfn = 0; in xen_start_kernel()
1474 xen_start_info->console.domU.evtchn = 0; in xen_start_kernel()
H A Dmmu_pv.c2015 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn)); in xen_reserve_special_pages()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_xen.c207 * Either for a dom0 to write to the system console, or a domU with a
278 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init()
280 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()
296 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()
350 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_xen.c218 * Either for a dom0 to write to the system console, or a domU with a
291 info->evtchn = xen_start_info->console.domU.evtchn; in xencons_info_pv_init()
293 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()
309 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()
364 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
/kernel/linux/linux-5.10/include/xen/interface/
H A Dxen.h647 } domU; member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dxen.h632 } domU; member

Completed in 25 milliseconds