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 466 UINT32 Interrupts = 0;
520 /* Up to 16 interrupts can be specified in the list */
522 Interrupts++;
523 if (Interrupts > 16)
530 /* Only interrupts 0-15 are allowed (mask is 16 bits) */
589 UINT32 Interrupts = 0;
619 /* Up to 16 interrupts can be specified in the list */
621 Interrupts++;
622 if (Interrupts > 16)
629 /* Only interrupts 0-15 are allowed (mask is 16 bits) *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 917 UINT64 Interrupts[]; /* Interrupt array */
1635 UINT8 IoSapicVector; /* Vector value for PMI interrupts */

Completed in 38 milliseconds