Searched refs:INTR_ENABLED (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/sparc64/dev/ |
| D | vbus.c | 246 err = hv_intr_setenabled(sysino, INTR_ENABLED); in vbus_intr_establish()
|
| D | ebus_mainbus.c | 324 err = hv_intr_setenabled(sysino, INTR_ENABLED); in ebus_mainbus_intr_establish()
|
| D | vdsk.c | 352 cbus_intr_setenabled(sc->sc_bustag, ca->ca_tx_ino, INTR_ENABLED); in vdsk_attach() 353 cbus_intr_setenabled(sc->sc_bustag, ca->ca_rx_ino, INTR_ENABLED); in vdsk_attach()
|
| D | vpci.c | 613 err = hv_intr_setenabled(sysino, INTR_ENABLED); in vpci_intr_establish()
|
| D | vnet.c | 1516 cbus_intr_setenabled(sc->sc_bustag, sc->sc_tx_ino, INTR_ENABLED); in vnet_init() 1517 cbus_intr_setenabled(sc->sc_bustag, sc->sc_rx_ino, INTR_ENABLED); in vnet_init()
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | hypervisor.h | 141 #define INTR_ENABLED 1 macro
|