Searched refs:xhp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/x86/xen/
H A Dhvm.c208 struct xen_hvm_param xhp; local
214 xhp.domid = DOMID_SELF;
215 xhp.index = HVM_PARAM_CALLBACK_IRQ;
219 xhp.value = HVM_CALLBACK_VECTOR(IDT_EVTCHN);
220 error = HYPERVISOR_hvm_op(HVMOP_set_param, &xhp);
239 xhp.value = HVM_CALLBACK_GSI(irq);
246 xhp.value = HVM_CALLBACK_PCI_INTX(slot, pin);
249 if (HYPERVISOR_hvm_op(HVMOP_set_param, &xhp) != 0)

Completed in 83 milliseconds