Lines Matching full:interrupt
36 /* Software interrupt and other bit flags */
37 #define IV_SOFTINT_PEND 0x1 /* Software interrupt is pending */
38 #define IV_SOFTINT_MT 0x2 /* Multi target software interrupt */
42 * Reserve some interrupt vector data structures for the hardware and software
46 * Need one single target software interrupt per cpu for tick accounting.
64 /* Software interrupt type */
71 * Interrupt Vector Structure.
73 * Interrupt vector structure is allocated either from the reserved pool or
81 ushort_t iv_inum; /* MDB: interrupt mondo number */
82 ushort_t iv_pil; /* Interrupt priority level */
83 ushort_t iv_flags; /* SW interrupt and other bit flags */
96 * Extended version of Interrupt Vector Structure.