Home
last modified time | relevance | path

Searched refs:SourceIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/dev/acpica/
H A Dacpi_pcib.c105 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 DTimelineView.cpp134 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 DTimelineView.h152 unsigned SourceIndex) const;
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h520 WriteRef(unsigned SourceIndex, WriteState *WS) : Data(SourceIndex, WS) {} in WriteRef() argument
/freebsd-12.1/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c535 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
H A Drsdumpinfo.c533 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacrestyp.h919 UINT32 SourceIndex; member
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt8802 iASL: Handle a missing ResourceSource arg, with a present SourceIndex.
8939 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This