Home
last modified time | relevance | path

Searched refs:map_pirq (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/x86/xen/
H A Dxen_intr.c1418 struct physdev_map_pirq map_pirq; in xen_register_pirq() local
1428 map_pirq.domid = DOMID_SELF; in xen_register_pirq()
1429 map_pirq.type = MAP_PIRQ_TYPE_GSI; in xen_register_pirq()
1430 map_pirq.index = vector; in xen_register_pirq()
1431 map_pirq.pirq = vector; in xen_register_pirq()
1433 error = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_pirq); in xen_register_pirq()