Searched refs:xhv (Results 1 – 1 of 1) sorted by relevance
41 struct xen_hvm_param xhv; in hvm_get_parameter() local44 xhv.domid = DOMID_SELF; in hvm_get_parameter()45 xhv.index = idx; in hvm_get_parameter()46 r = HYPERVISOR_hvm_op(HVMOP_get_param, &xhv); in hvm_get_parameter()52 *value = xhv.value; in hvm_get_parameter()
Completed in 4 milliseconds