Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dddi_intr.h85 #define DDI_INTR_FLAG_MASKABLE 0x0010 /* (RO) maskable */ macro
/titanic_44/usr/src/uts/common/io/
H A Dpci_intr_lib.c173 *flagsp |= (DDI_INTR_FLAG_MASKABLE | in pci_msi_get_cap()
179 *flagsp |= (DDI_INTR_FLAG_MASKABLE | DDI_INTR_FLAG_MSI64 | in pci_msi_get_cap()
1053 *flagsp |= (DDI_INTR_FLAG_MASKABLE | in pci_intx_get_cap()
/titanic_44/usr/src/uts/common/os/
H A Dddi_intr.c930 (!(hdlp->ih_cap & DDI_INTR_FLAG_MASKABLE))) { in ddi_intr_set_mask()
956 (!(hdlp->ih_cap & DDI_INTR_FLAG_MASKABLE))) { in ddi_intr_clr_mask()
/titanic_44/usr/src/uts/common/xen/io/
H A Dxpvd.c193 (DDI_INTR_FLAG_EDGE | DDI_INTR_FLAG_MASKABLE | DDI_INTR_FLAG_PENDING)
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c851 cap |= DDI_INTR_FLAG_MASKABLE; in apic_intr_ops()
/titanic_44/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c738 cap |= DDI_INTR_FLAG_MASKABLE; in xen_intr_ops()
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix.c1347 cap |= DDI_INTR_FLAG_MASKABLE; in apix_intr_ops()