Searched refs:xc_hvm_param_get (Results 1 – 10 of 10) sorted by relevance
/xen/tools/libxl/ |
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 | 153 xc_hvm_param_get(CTX->xch, domid, HVM_PARAM_CALLBACK_IRQ, &hvm_pvdrv); in domain_suspend_callback_common() 154 xc_hvm_param_get(CTX->xch, domid, HVM_PARAM_ACPI_S_STATE, &hvm_s_state); in domain_suspend_callback_common()
|
A D | libxl_dom.c | 760 xc_hvm_param_get(handle, domid, HVM_PARAM_STORE_PFN, &str_mfn); in hvm_build_set_params() 761 xc_hvm_param_get(handle, domid, HVM_PARAM_CONSOLE_PFN, &cons_mfn); in hvm_build_set_params()
|
A D | libxl_domain.c | 737 ret = xc_hvm_param_get(ctx->xch, domid, HVM_PARAM_CALLBACK_IRQ, &pvdriver); in libxl__domain_pvcontrol_available()
|
/xen/tools/libxc/ |
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_sr_save_x86_hvm.c | 99 rc = xc_hvm_param_get(xch, ctx->domid, index, &value); in write_hvm_params()
|
A D | xc_resume.c | 54 xc_hvm_param_get(xch, domid, HVM_PARAM_CALLBACK_IRQ, &irq); in modify_returncode()
|
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()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1679 int xc_hvm_param_get(xc_interface *handle, uint32_t dom, uint32_t param, uint64_t *value);
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 478 if ( xc_hvm_param_get(self->xc_handle, dom, param, &value) != 0 ) in pyxc_hvm_param_get()
|
Completed in 822 milliseconds