/acpica-latest/tests/aslts/src/runtime/collections/functional/descriptor/ |
D | interrupt.asl | 31 * Interrupt() Interrupt Resource Descriptor Macro 38 Interrupt (ResourceProducer, Level, ActiveHigh, Exclusive, ,, ) 46 Interrupt (ResourceProducer, Level, ActiveHigh, Shared, ,, ) 55 Interrupt (ResourceProducer, Level, ActiveLow, Exclusive, ,, ) 65 Interrupt (ResourceProducer, Level, ActiveLow, Shared, ,, ) 76 Interrupt (ResourceProducer, Edge, ActiveHigh, Exclusive, ,, ) 88 Interrupt (ResourceProducer, Edge, ActiveHigh, Shared, ,, ) 101 Interrupt (ResourceProducer, Edge, ActiveLow, Exclusive, ,, ) 115 Interrupt (ResourceProducer, Edge, ActiveLow, Shared, ,, ) 130 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) [all …]
|
D | irq.asl | 31 * IRQ() Interrupt Resource Descriptor Macro 151 Bit[4] Interrupt is shareable, _SHR 152 Bit[3] Interrupt Polarity, _LL 155 Bit[0] Interrupt Mode, _HE 156 0 Level-Triggered - Interrupt is triggered in response to signal in a low state. 157 1 Edge-Triggered - Interrupt is triggered in response to a change in signal state
|
D | irqnoflags.asl | 31 * IRQNoFlags() Interrupt Resource Descriptor Macro
|
D | resourcetemplate.asl | 126 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 661 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 1153 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 1545 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 2080 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 2703 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 3213 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 3748 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 4240 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 4632 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… [all …]
|
D | concatenaterestemplate.asl | 127 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 519 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 1054 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC… 1677 …Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0xFF, "!\"#$%&\'()*+,-./0123456789:;<=>?@ABC…
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0056_ASL/ |
D | DECL.asl | 32 …* SUMMARY: The ASL Compiler generates a one element descriptor for Interrupt macro with the empty … 43 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {} 47 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {0} 50 Store("The contents of the Interrupt(...){} Descriptor:", Debug) 52 Store("The contents of the Interrupt(...){0} Descriptor:", Debug) 66 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {0} 68 Store("The contents of the obtained Interrupt Descriptor:", Debug)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0055_ASL/ |
D | DECL.asl | 32 * SUMMARY: The ASL Compiler should reject the same Interrupt numbers (Interrupt macros) 41 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {9, 9} 44 Store("The contents of the obtained Interrupt Descriptor:", Debug)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0053_ASL/ |
D | DECL.asl | 32 …* SUMMARY: The ASL Compiler doesn't reject the out of range number of interrupts for Interrupt mac… 41 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) { 61 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) { 80 Store("The contents of the obtained Interrupt Descriptor:", Debug)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0219/ |
D | DECL.asl | 31 …* SUMMARY: The result of Interrupt Resource Template macro is incorrect when ResourceSource is omi… 37 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0x0F,, ) 44 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0x0F,, )
|
/acpica-latest/tests/aslts/src/compilation/collection/ |
D | descriptor.asl | 122 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0x0f) 127 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared,, "PATHPATHPATH") 132 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {9, 9} 136 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared) {
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0052/ |
D | DECL.asl | 31 …* SUMMARY: The EdgeLevel offset of Interrupt macro (_HE) is specified as 25-th bit but actually it… 37 Interrupt (ResourceProducer, Edge, ActiveLow, Shared, ,, )
|
/acpica-latest/source/include/ |
D | actbl3.h | 261 UINT32 Interrupt; member 307 UINT32 Interrupt; member
|
D | acrestyp.h | 294 UINT8 Interrupt; member 548 UINT32 Interrupt; member
|
D | amlresrc.h | 507 UINT32 Interrupt; member
|
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS_DUP | 59 …52| I | | | | | The EdgeLevel offset of Interrupt macro (_HE) i… 60 … | | The ASL Compiler doesn't reject the out of range number of interrupts for Interrupt macro 62 …XED | | The ASL Compiler should reject the same Interrupt numbers (Interrupt macros) 63 … | 100 | The ASL Compiler generates a one element descriptor for Interrupt macro with the e… 226 219| I | 426 | | | 100 | The result of Interrupt Resource Template macro…
|
D | ALLBUGS | 59 …52| I | | | | | The EdgeLevel offset of Interrupt macro (_HE) i… 60 … | | The ASL Compiler doesn't reject the out of range number of interrupts for Interrupt macro 62 …XED | | The ASL Compiler should reject the same Interrupt numbers (Interrupt macros) 63 … | 100 | The ASL Compiler generates a one element descriptor for Interrupt macro with the e… 226 219| I | 426 | | | 100 | The result of Interrupt Resource Template macro…
|
/acpica-latest/source/common/ |
D | dmtbinfo3.c | 252 {ACPI_DMT_UINT32, ACPI_SPCR_OFFSET (Interrupt), "Interrupt", 0}, 286 {ACPI_DMT_UINT32, ACPI_SPMI_OFFSET (Interrupt), "Interrupt", 0},
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0070_ASL/ |
D | DECL.asl | 46 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared, 0x0f)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0071_ASL/ |
D | DECL.asl | 46 Interrupt (ResourceConsumer, Edge, ActiveLow, Shared ,, "PATHPATHPATH")
|
/acpica-latest/source/tools/examples/ |
D | extables.c | 418 [0002] SCI Interrupt : 0000
|
/acpica-latest/documents/ |
D | changes.txt | 28 AcpiExec: Added a new command, ?interrupt?. The Interrupt command simulates an interrupt with a Int… 30 …ing all GED devices. For each GED device in the namespace we record the Interrupt object and the _… 5424 Implemented support for host-installed System Control Interrupt (SCI) 6207 Irq, Interrupt, and Gpio resource descriptors in ACPI 5.0. ACPICA BZ 986. 7208 System Control Interrupt (SCI) 10336 Handles the case for the Interrupt Resource Descriptor where 12546 VendorLong, and Interrupt. This was noticed on IA64 machines, but could 13330 Interrupt(). 14512 Fixed a problem where the _HE resource name for the Interrupt macro was 14515 Implemented check for maximum 255 interrupts in the Interrupt macro. [all …]
|
/acpica-latest/tests/misc/ |
D | grammar.asl | 362 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, 0xE, "\\_SB_.TEST") 366 Interrupt (ResourceConsumer, Edge, ActiveHigh, Exclusive, 0x6, "xxxx") 373 Interrupt (ResourceProducer, Edge, ActiveHigh, Exclusive)
|