Searched refs:console_evtchn (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/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 | 828 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument 842 ctx.restore.console_evtchn = console_evtchn; in xc_domain_restore() 912 ctx.restore.console_evtchn); in xc_domain_restore()
|
A D | xc_sr_common.h | 252 unsigned int xenstore_evtchn, console_evtchn; member
|
A D | xc_sr_restore_x86_hvm.c | 203 ctx->restore.console_evtchn); in x86_hvm_stream_complete()
|
A D | xc_dom_arm.c | 104 dom->console_evtchn); in alloc_magic_pages()
|
A D | xc_dom_x86.c | 743 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_32() 794 start_info->console.domU.evtchn = dom->console_evtchn; in start_info_x86_64()
|
A D | xc_sr_restore_x86_pv.c | 213 ctx->restore.console_evtchn, ctx->x86_pv.width); in process_start_info()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenguest.h | 198 uint32_t store_domid, unsigned int console_evtchn, 231 unsigned int console_evtchn,
|
A D | xc_dom.h | 169 unsigned int console_evtchn; member
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_helper.c | 276 unsigned console_evtchn = strtoul(NEXTARG,0,10); in main() local 293 store_domid, console_evtchn, &console_mfn, in main()
|
A D | libxl_dom.c | 812 dom->console_evtchn = state->console_port; in libxl__build_pv() 872 int console_evtchn, unsigned long *console_mfn, in hvm_build_set_params() argument 901 xc_hvm_param_set(handle, domid, HVM_PARAM_CONSOLE_EVTCHN, console_evtchn); in hvm_build_set_params()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 261 uint64_t store_evtchn, console_evtchn; in pv_shim_shutdown() local 334 &console_evtchn)); in pv_shim_shutdown() 335 BUG_ON(evtchn_allocate_port(d, console_evtchn)); in pv_shim_shutdown() 336 evtchn_reserve(d, console_evtchn); in pv_shim_shutdown()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 837 #define console_evtchn console.domU.evtchn macro
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec()
|
Completed in 46 milliseconds