HomeSort by: relevance | last modified time | path
    Searched defs:Interrupts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype1i.c 574 UINT32 Interrupts = 0;
628 /* Up to 16 interrupts can be specified in the list */
630 Interrupts++;
631 if (Interrupts > 16)
638 /* Only interrupts 0-15 are allowed (mask is 16 bits) */
697 UINT32 Interrupts = 0;
727 /* Up to 16 interrupts can be specified in the list */
729 Interrupts++;
730 if (Interrupts > 16)
737 /* Only interrupts 0-15 are allowed (mask is 16 bits) *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 1022 UINT64 Interrupts[]; /* Interrupt array */
1592 UINT8 IoSapicVector; /* Vector value for PMI interrupts */

Completed in 15 milliseconds