Searched refs:xc_hvm_param_get (Results 1 – 11 of 11) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_genid.c | 89 xc_hvm_param_get(ctx->xch, domid, HVM_PARAM_VM_GENERATION_ID_ADDR, &paddr); in libxl__ms_vm_genid_set()
|
| A D | libxl_dom_suspend.c | 156 xc_hvm_param_get(CTX->xch, domid, HVM_PARAM_CALLBACK_IRQ, &hvm_pvdrv); in domain_suspend_callback_common() 157 xc_hvm_param_get(CTX->xch, domid, HVM_PARAM_ACPI_S_STATE, &hvm_s_state); in domain_suspend_callback_common()
|
| A D | libxl_domain.c | 734 ret = xc_hvm_param_get(ctx->xch, domid, HVM_PARAM_CALLBACK_IRQ, &pvdriver); in libxl__domain_pvcontrol_available()
|
| /tools/libs/ctrl/ |
| A D | xc_vm_event.c | 66 rc1 = xc_hvm_param_get(xch, domain_id, param, &pfn); in xc_vm_event_enable()
|
| A D | xc_domain.c | 1463 int xc_hvm_param_get(xc_interface *handle, uint32_t dom, uint32_t param, uint64_t *value) in xc_hvm_param_get() function 1492 ret = xc_hvm_param_get(handle, dom, param, &v); in xc_get_hvm_param()
|
| /tools/helpers/ |
| A D | init-dom0less.c | 51 rc = xc_hvm_param_get(xch, info->domid, HVM_PARAM_STORE_PFN, xenstore_pfn); in get_xs_page() 249 rc = xc_hvm_param_get(xch, info->domid, HVM_PARAM_STORE_EVTCHN, in init_domain()
|
| /tools/libs/guest/ |
| A D | xg_sr_save_x86_hvm.c | 99 rc = xc_hvm_param_get(xch, ctx->domid, index, &value); in write_hvm_params()
|
| A D | xg_resume.c | 54 xc_hvm_param_get(xch, domid, HVM_PARAM_CALLBACK_IRQ, &irq); in modify_returncode()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 1278 ret = xc_hvm_param_get(xch, Int_val(domid), Int_val(param), &val); in stub_xc_hvm_param_get()
|
| /tools/include/ |
| A D | xenctrl.h | 1679 int xc_hvm_param_get(xc_interface *handle, uint32_t dom, uint32_t param, uint64_t *value);
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 484 if ( xc_hvm_param_get(self->xc_handle, dom, param, &value) != 0 ) in pyxc_hvm_param_get()
|
Completed in 39 milliseconds