Searched refs:store_evtchn (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_compat_linux.c | 44 unsigned int store_evtchn, in xc_linux_build() argument 64 dom->xenstore_evtchn = store_evtchn; in xc_linux_build()
|
A D | xc_nomigrate.c | 32 unsigned int store_evtchn, unsigned long *store_mfn, in xc_domain_restore() argument
|
A D | xc_sr_restore.c | 827 unsigned int store_evtchn, unsigned long *store_mfn, in xc_domain_restore() argument 844 ctx.restore.xenstore_evtchn = store_evtchn; in xc_domain_restore()
|
A D | xc_dom_x86.c | 741 start_info->store_evtchn = dom->xenstore_evtchn; in start_info_x86_32() 792 start_info->store_evtchn = dom->xenstore_evtchn; in start_info_x86_64()
|
A D | xc_sr_restore_x86_pv.c | 191 SET_FIELD(guest_start_info, store_evtchn, in process_start_info()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenguest.h | 197 unsigned int store_evtchn, unsigned long *store_mfn, 229 unsigned int store_evtchn,
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 188 SET_AND_MAP_PARAM(HVM_PARAM_STORE_EVTCHN, si->store_evtchn, 0); in pv_shim_setup_dom() 240 si->store_evtchn = param; in write_start_info() 261 uint64_t store_evtchn, console_evtchn; in pv_shim_shutdown() local 330 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_EVTCHN, &store_evtchn)); in pv_shim_shutdown() 331 BUG_ON(evtchn_allocate_port(d, store_evtchn)); in pv_shim_shutdown() 332 evtchn_reserve(d, store_evtchn); in pv_shim_shutdown()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_helper.c | 274 unsigned store_evtchn = strtoul(NEXTARG,0,10); in main() local 292 r = xc_domain_restore(xch, io_fd, dom, store_evtchn, &store_mfn, in main()
|
A D | libxl_dom.c | 871 int store_evtchn, unsigned long *store_mfn, in hvm_build_set_params() argument 900 xc_hvm_param_set(handle, domid, HVM_PARAM_STORE_EVTCHN, store_evtchn); in hvm_build_set_params()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 807 uint32_t store_evtchn; /* Event channel for store communication. */ member
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 243 dom->xenstore_evtchn = start_info.store_evtchn; in kexec()
|
Completed in 19 milliseconds