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

  /src/sys/external/bsd/acpica/dist/resources/
rsirq.c 66 {ACPI_RSC_BITMASK16,ACPI_RS_OFFSET (Data.Irq.Interrupts[0]),
122 {ACPI_RSC_BITMASK16,ACPI_RS_OFFSET (Data.Irq.Interrupts[0]),
240 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.ExtendedIrq.Interrupts[0]),
241 AML_OFFSET (ExtendedIrq.Interrupts[0]),
247 ACPI_RS_OFFSET (Data.ExtendedIrq.Interrupts[0]),
rsdumpinfo.c 77 {ACPI_RSD_SHORTLIST,ACPI_RSD_OFFSET (Irq.Interrupts[0]), "Interrupt List", NULL}
222 {ACPI_RSD_DWORDLIST,ACPI_RSD_OFFSET (ExtendedIrq.Interrupts[0]), "Interrupt List", NULL}
  /src/sys/dev/acpi/
acpi_pci_link.c 230 link->l_irq = res->Data.Irq.Interrupts[0];
235 link->l_irq = res->Data.ExtendedIrq.Interrupts[0];
324 ext_irqs = res->Data.ExtendedIrq.Interrupts;
330 irqs = res->Data.Irq.Interrupts;
372 /* Invalid interrupts are never valid. */
376 /* Any interrupt in the list of possible interrupts is valid. */
687 * The BIOS only routes interrupts via ISA IRQs using the ATPICs
786 res->Data.Irq.Interrupts[0] = link->l_irq;
790 res->Data.Irq.Interrupts[0] = 0;
797 res->Data.ExtendedIrq.Interrupts[0]
    [all...]
acpi_resource.c 213 res->Data.Irq.Interrupts[i]));
216 res->Data.Irq.Interrupts[i],
368 res->Data.ExtendedIrq.Interrupts[i]));
371 res->Data.ExtendedIrq.Interrupts[i],
acpi.c 1535 * Must be called with interrupts enabled.
1594 * This must be called with interrupts enabled.
1618 * Note that interrupts must be off before
1621 * called with interrupts enabled.
1634 * interrupts are enabled.
1761 "sci", SYSCTL_DESCR("Number of SCI interrupts"),
2180 irq->Interrupts[0] =
2182 Interrupts[irq->InterruptCount-1];
2195 xirq->Interrupts[0] =
2197 Interrupts[irq->NumberOfInterrupts-1]
    [all...]
  /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...]
aslrestype2.c 232 (&(Descriptor->ExtendedIrq.Interrupts[0])));
317 /* Maximum 255 interrupts allowed for this descriptor */
361 ASL_RESDESC_OFFSET (ExtendedIrq.Interrupts[0]));
389 (ASL_RESDESC_OFFSET (ExtendedIrq.Interrupts[0]) -
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinstall.c 332 GedHandler->IntId = extended_irq_rsc->Interrupts[0];
335 AcpiOsPrintf ("Interrupt ID %d\n", extended_irq_rsc->Interrupts[0]);
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 187 ACPI_FLEX_ARRAY(UINT8, Interrupts);
441 ACPI_FLEX_ARRAY(UINT32, Interrupts);
amlresrc.h 400 ACPI_FLEX_ARRAY(UINT32, Interrupts);
actbl2.h 917 UINT64 Interrupts[]; /* Interrupt array */
1635 UINT8 IoSapicVector; /* Vector value for PMI interrupts */
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl.c 1007 (UINT32) Resource->ExtendedIrq.Interrupts[i]);
  /src/sys/arch/sun3/sun3/
locore.s 104 movw #PSL_HIGHIPL,%sr | no interrupts
163 | Interrupts will be enabled later, AFTER autoconfiguration
164 | is finished, to avoid spurrious interrupts.
397 movw #PSL_HIGHIPL,%sr | lock out interrupts
465 * (profiling, scheduling) and software interrupts (network, softclock).
467 * the T_ASTFLT handling code will also check for software interrupts so we
469 * drop the IPL to allow device interrupts.
  /src/sys/arch/sun3/sun3x/
locore.s 65 | The first step, after disabling interrupts, is to map enough of the kernel
76 movw #PSL_HIGHIPL,%sr | no interrupts
140 | Interrupts will be enabled later, AFTER autoconfiguration
141 | is finished, to avoid spurrious interrupts.
382 movw #PSL_HIGHIPL,%sr | lock out interrupts
450 * (profiling, scheduling) and software interrupts (network, softclock).
452 * the T_ASTFLT handling code will also check for software interrupts so we
454 * drop the IPL to allow device interrupts.
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 176 Length = ACPI_OFFSET (ACPI_IORT_SMMU, Interrupts);

Completed in 35 milliseconds