Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h69 #define CPC_CAP_OVERFLOW_INTERRUPT 0x1 macro
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c105 CPC_CAP_OVERFLOW_INTERRUPT,
612 us_pcbe_ops.pcbe_caps &= ~CPC_CAP_OVERFLOW_INTERRUPT; in us_pcbe_init()
H A Dopl_pcbe.c104 CPC_CAP_OVERFLOW_INTERRUPT,
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c104 CPC_CAP_OVERFLOW_INTERRUPT | CPC_CAP_OVERFLOW_PRECISE,
H A Dniagara2_pcbe.c112 CPC_CAP_OVERFLOW_INTERRUPT | CPC_CAP_OVERFLOW_PRECISE,
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c113 CPC_CAP_OVERFLOW_INTERRUPT,
H A Dp4_pcbe.c104 CPC_CAP_OVERFLOW_INTERRUPT | CPC_CAP_OVERFLOW_PRECISE,
H A Dcore_pcbe.c193 CPC_CAP_OVERFLOW_INTERRUPT | CPC_CAP_OVERFLOW_PRECISE, /* pcbe_caps */
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddcpc.c1100 if (!(caps & CPC_CAP_OVERFLOW_INTERRUPT)) { in dcpc_attach()
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c911 if ((kcpc_pcbe_capabilities() & CPC_CAP_OVERFLOW_INTERRUPT) == 0) in cu_cpc_req_add()
H A Dkcpc.c386 if ((pcbe_ops->pcbe_caps & CPC_CAP_OVERFLOW_INTERRUPT) in kcpc_configure_reqs()