Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/acpica/
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-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DTimelineView.cpp136 unsigned SourceIndex, in printWaitTimeEntry() argument
138 bool PrintingTotals = SourceIndex == getSource().size(); in printWaitTimeEntry()
142 OS << SourceIndex << '.'; in printWaitTimeEntry()
157 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second; in printWaitTimeEntry()
220 unsigned SourceIndex) const { in printTimelineViewEntry()
221 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry()
223 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry()
302 unsigned SourceIndex = IID % Source.size(); in printTimeline() local
303 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
DTimelineView.h149 unsigned SourceIndex) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DInOrderIssueStage.cpp149 unsigned SourceIndex, in addRegisterReadWrite() argument
158 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite()
202 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue() local
216 addRegisterReadWrite(PRF, IS, SourceIndex, STI, UsedRegs); in tryIssue()
223 IS.execute(SourceIndex); in tryIssue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
Drscreate.c539 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
Drsdumpinfo.c533 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() argument
28 : IID(SourceIndex), WriteBackCycle(), WriteResID(), RegisterID(), in WriteRef()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dacrestyp.h919 UINT32 SourceIndex; member
/freebsd-12-stable/sys/contrib/dev/acpica/
Dchanges.txt9577 iASL: Handle a missing ResourceSource arg, with a present SourceIndex.
9714 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This