Home
last modified time | relevance | path

Searched refs:console_evtchn (Results 1 – 16 of 16) sorted by relevance

/xen/tools/libxc/
A Dxc_dom_compat_linux.c46 unsigned int console_evtchn, in xc_linux_build() argument
63 dom->console_evtchn = console_evtchn; in xc_linux_build()
A Dxc_nomigrate.c33 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument
A Dxc_sr_restore.c889 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument
902 ctx.restore.console_evtchn = console_evtchn; in xc_domain_restore()
970 ctx.restore.console_evtchn); in xc_domain_restore()
A Dxc_sr_common.h292 unsigned int xenstore_evtchn, console_evtchn; member
A Dxc_sr_restore_x86_hvm.c212 ctx->restore.console_evtchn); in x86_hvm_stream_complete()
A Dxc_dom_arm.c87 dom->console_evtchn); in alloc_magic_pages()
A Dxc_dom_x86.c785 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_32()
836 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_64()
A Dxc_sr_restore_x86_pv.c214 ctx->restore.console_evtchn, ctx->x86.pv.width); in process_start_info()
/xen/tools/helpers/
A Dinit-xenstore-domain.c29 static xc_evtchn_port_or_error_t console_evtchn; variable
119 console_evtchn = xc_evtchn_alloc_unbound(xch, domid, 0); in build()
120 if ( console_evtchn < 0 ) in build()
152 dom->console_evtchn = console_evtchn; in build()
453 snprintf(buf, 16, "%d", console_evtchn); in main()
/xen/tools/libxc/include/
A Dxenguest.h217 uint32_t store_domid, unsigned int console_evtchn,
249 unsigned int console_evtchn,
A Dxc_dom.h163 unsigned int console_evtchn; member
/xen/tools/libxl/
A Dlibxl_save_helper.c272 unsigned console_evtchn = strtoul(NEXTARG,0,10); in main() local
287 store_domid, console_evtchn, &console_mfn, in main()
A Dlibxl_dom.c673 dom->console_evtchn = state->console_port; in libxl__build_pv()
734 int console_evtchn, unsigned long *console_mfn, in hvm_build_set_params() argument
763 xc_hvm_param_set(handle, domid, HVM_PARAM_CONSOLE_EVTCHN, console_evtchn); in hvm_build_set_params()
/xen/xen/arch/x86/pv/
A Dshim.c309 uint64_t store_evtchn, console_evtchn; in pv_shim_shutdown() local
387 &console_evtchn)); in pv_shim_shutdown()
388 BUG_ON(evtchn_allocate_port(d, console_evtchn)); in pv_shim_shutdown()
389 evtchn_reserve(d, console_evtchn); in pv_shim_shutdown()
/xen/xen/include/public/
A Dxen.h882 #define console_evtchn console.domU.evtchn macro
/xen/stubdom/grub/
A Dkexec.c242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec()

Completed in 31 milliseconds