Searched refs:SourceIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_pcib.c | 105 if (entry->SourceIndex != 0) in prt_attach_devices() 125 acpi_pci_link_add_reference(child, entry->SourceIndex, pcib, in prt_attach_devices() 215 printf(" (src %s:%u)", prt->Source, prt->SourceIndex); in acpi_pcib_route_interrupt() 226 if (prt->Source[0] == '\0' || prt->SourceIndex != 0) { in acpi_pcib_route_interrupt() 229 pci_get_slot(dev), 'A' + pin, prt->SourceIndex); in acpi_pcib_route_interrupt() 230 if (prt->SourceIndex) { in acpi_pcib_route_interrupt() 231 interrupt = prt->SourceIndex; in acpi_pcib_route_interrupt() 248 prt->SourceIndex); in acpi_pcib_route_interrupt()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 134 unsigned SourceIndex, in printWaitTimeEntry() argument 136 OS << SourceIndex << '.'; in printWaitTimeEntry() 146 int BufferSize = UsedBuffer[SourceIndex].second; in printWaitTimeEntry() 199 unsigned SourceIndex) const { in printTimelineViewEntry() 200 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 202 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 276 unsigned SourceIndex = IID % Source.size(); in printTimeline() local 277 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
| H A D | TimelineView.h | 152 unsigned SourceIndex) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 520 WriteRef(unsigned SourceIndex, WriteState *WS) : Data(SourceIndex, WS) {} in WriteRef() argument
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/resources/ |
| H A D | rscreate.c | 535 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
|
| H A D | rsdumpinfo.c | 533 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 919 UINT32 SourceIndex; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 8802 iASL: Handle a missing ResourceSource arg, with a present SourceIndex. 8939 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This
|