Searched defs:x_intr_pending (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h124 uint16_t x_intr_pending; /* pending intr by IPL */ member in struct:apix_impl
137 (apixs[(cpu)->cpu_id]->x_intr_pending & CPU_INTR_ACTV_HIGH_LEVEL_MASK)
139 (apixs[(cpu)->cpu_id]->x_intr_pending & ~CPU_INTR_ACTV_HIGH_LEVEL_MASK)
147 ((apixp)->x_intr_pending & (1 << (ipl))) : \
148 ((apixp)->x_intr_pending >> (LOCK_LEVEL + 1)))
300 apixs[(_cpu)]->x_intr_pending |=\

Completed in 328 milliseconds