Home
last modified time | relevance | path

Searched refs:store_evtchn (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_compat_linux.c44 unsigned int store_evtchn, in xc_linux_build() argument
64 dom->xenstore_evtchn = store_evtchn; in xc_linux_build()
A Dxc_nomigrate.c32 unsigned int store_evtchn, unsigned long *store_mfn, in xc_domain_restore() argument
A Dxc_sr_restore.c827 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 Dxc_dom_x86.c741 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 Dxc_sr_restore_x86_pv.c191 SET_FIELD(guest_start_info, store_evtchn, in process_start_info()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenguest.h197 unsigned int store_evtchn, unsigned long *store_mfn,
229 unsigned int store_evtchn,
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c188 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 Dlibxl_save_helper.c274 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 Dlibxl_dom.c871 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 Dxen.h807 uint32_t store_evtchn; /* Event channel for store communication. */ member
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c243 dom->xenstore_evtchn = start_info.store_evtchn; in kexec()

Completed in 19 milliseconds