Searched refs:TableOffset (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c406 LabelField->TableOffset);
408 return (LabelField->TableOffset);
431 UINT32 TableOffset; local
434 TableOffset = AslGbl_CurrentTableOffset;
451 GenericField->TableOffset = TableOffset;
452 TableOffset += DtGetFieldLength (GenericField, Info);
486 Field->Value, Field->TableOffset);
H A Ddtio.c1044 Field->Column, Field->TableOffset, Field->Flags,
1190 DtDumpBuffer (ASL_FILE_LISTING_OUTPUT, Buffer, Field->TableOffset, Length);
H A Ddtcompile.c629 LocalField->TableOffset = AslGbl_CurrentTableOffset;
H A Ddtcompiler.h204 UINT32 TableOffset; /* Binary offset within ACPI table */ member in struct:dt_field
/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Dacfileio.c390 long TableOffset; local
397 TableOffset = ftell (File);
408 Status = AcValidateTableHeader (File, TableOffset);
438 fseek (File, TableOffset, SEEK_SET);
540 long TableOffset)
555 fseek (File, TableOffset, SEEK_SET);
575 if (TableHeader.Length > (UINT32) (FileSize - TableOffset))
580 (UINT32) (FileSize - TableOffset));
538 AcValidateTableHeader( FILE *File, long TableOffset) argument
H A Ddmtable.c859 * TableOffset - Starting offset within the table for this
876 UINT32 TableOffset,
910 CurrentOffset = TableOffset + Info->Offset;
1727 if (TableOffset && !SubtableLength)
874 AcpiDmDumpTable( UINT32 TableLength, UINT32 TableOffset, void *Table, UINT32 SubtableLength, ACPI_DMTABLE_INFO *Info) argument
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2520 bit32 TableOffset; local
2522 TableOffset = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0);
2523 TableOffset &= SCRATCH_PAD0_OFFSET_MASK;
2524 SA_DBG1(("mpiInitialize: mpiContextTable TableOffset 0x%08X contains 0x%08X\n",TableOffset,ossaHwRegReadExt(agRoot, pcibar, TableOffset )));
2526 SA_ASSERT( (ossaHwRegReadExt(agRoot, pcibar, TableOffset ) == 0x53434D50), "Config table signiture");
2529 SA_DBG1(("mpiInitialize: AGSA_MPI_GENERAL_STATUS_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_GST_OFFSET) & 0xFFFF )));
2530 SA_DBG1(("mpiInitialize: AGSA_MPI_INBOUND_QUEUE_CONFIGURATION_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset+MAIN_IBQ_OFFSET) & 0xFFFF)));
2531 SA_DBG1(("mpiInitialize: AGSA_MPI_OUTBOUND_QUEUE_CONFIGURATION_TABLE 0x%08X\n", (ossaHwRegReadExt(agRoot, pcibar, TableOffset
2544 bit32 TableOffset; local
3703 bit32 CFGTableOffset, TableOffset; local
4069 bit32 CFGTableOffset, TableOffset; local
4125 bit32 CFGTableOffset, TableOffset; local
[all...]
H A Dsahw.c2934 bit32 TableOffset; local
2941 TableOffset = ossaHwRegReadExt(agRoot,siGetPciBar(agRoot) ,MSGUCfgTblBase +TableOffsetInTable );
2942 SA_DBG4(("GetTableOffset:TableOffset with size 0x%x\n", TableOffset));
2945 TableOffset &= 0xFFFFFF;
2946 TableOffset +=MSGUCfgTblBase;
2947 return(TableOffset);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacapps.h243 long TableOffset);
H A Dacdisasm.h607 UINT32 TableOffset,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h281 uint64_t TableOffset; member in class:llvm::sampleprof::SampleProfileWriterCompactBinary
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp330 // Fill the slot remembered by TableOffset with the offset of FuncOffsetTable.
333 if (OFS.seek(TableOffset) == (uint64_t)-1)
475 TableOffset = OutputStream->tell();
H A DSampleProfReader.cpp854 auto TableOffset = readUnencodedNumber<uint64_t>(); local
855 if (std::error_code EC = TableOffset.getError())
861 *TableOffset;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp249 uint64_t TableOffset = Offset; local
257 Offset = TableOffset + AddrTable.getLength();
273 uint64_t TableOffset = Offset; local
281 Offset = TableOffset + Length;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1743 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); local
1744 return getTableEntryAtOffset(TableOffset + sizeof(Table) +

Completed in 141 milliseconds