Searched refs:HVM_PARAM_STORE_EVTCHN (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | params.h | 79 #define HVM_PARAM_STORE_EVTCHN 2 macro
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_restore_x86_hvm.c | 194 rc = xc_hvm_param_set(xch, ctx->domid, HVM_PARAM_STORE_EVTCHN, in x86_hvm_stream_complete()
|
A D | xc_dom_arm.c | 105 xc_hvm_param_set(dom->xch, dom->guest_domid, HVM_PARAM_STORE_EVTCHN, in alloc_magic_pages()
|
/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() 239 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_EVTCHN, ¶m)); in write_start_info() 330 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_EVTCHN, &store_evtchn)); in pv_shim_shutdown()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | xenbus.c | 64 if ( hvm_param_get(HVM_PARAM_STORE_EVTCHN, &val) ) in xenbus_setup()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 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/arch/x86/hvm/ |
A D | hvm.c | 4094 case HVM_PARAM_STORE_EVTCHN: in hvm_allow_set_param() 4371 case HVM_PARAM_STORE_EVTCHN: in hvm_allow_get_param()
|
Completed in 18 milliseconds