Searched refs:console_evtchn (Results 1 – 16 of 16) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_compat_linux.c | 46 unsigned int console_evtchn, in xc_linux_build() argument 63 dom->console_evtchn = console_evtchn; in xc_linux_build()
|
A D | xc_nomigrate.c | 33 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument
|
A D | xc_sr_restore.c | 889 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 D | xc_sr_common.h | 292 unsigned int xenstore_evtchn, console_evtchn; member
|
A D | xc_sr_restore_x86_hvm.c | 212 ctx->restore.console_evtchn); in x86_hvm_stream_complete()
|
A D | xc_dom_arm.c | 87 dom->console_evtchn); in alloc_magic_pages()
|
A D | xc_dom_x86.c | 785 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 D | xc_sr_restore_x86_pv.c | 214 ctx->restore.console_evtchn, ctx->x86.pv.width); in process_start_info()
|
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 29 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 D | xenguest.h | 217 uint32_t store_domid, unsigned int console_evtchn, 249 unsigned int console_evtchn,
|
A D | xc_dom.h | 163 unsigned int console_evtchn; member
|
/xen/tools/libxl/ |
A D | libxl_save_helper.c | 272 unsigned console_evtchn = strtoul(NEXTARG,0,10); in main() local 287 store_domid, console_evtchn, &console_mfn, in main()
|
A D | libxl_dom.c | 673 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 D | shim.c | 309 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 D | xen.h | 882 #define console_evtchn console.domU.evtchn macro
|
/xen/stubdom/grub/ |
A D | kexec.c | 242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec()
|
Completed in 31 milliseconds