Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/amd/
H A Damdvi_hw.c778 bus_teardown_intr(dev, softc->event_res, softc->event_tag); in amdvi_free_evt_intr_res()
780 if (softc->event_res != NULL) { in amdvi_free_evt_intr_res()
782 softc->event_res); in amdvi_free_evt_intr_res()
830 softc->event_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, in amdvi_alloc_intr_resources()
832 if (!softc->event_res) { in amdvi_alloc_intr_resources()
838 if (bus_setup_intr(dev, softc->event_res, in amdvi_alloc_intr_resources()
843 softc->event_rid, softc->event_res); in amdvi_alloc_intr_resources()
844 softc->event_res = NULL; in amdvi_alloc_intr_resources()
848 bus_describe_intr(dev, softc->event_res, softc->event_tag, in amdvi_alloc_intr_resources()
H A Damdvi_priv.h384 struct resource *event_res; /* Event interrupt resource. */ member