HomeSort by: relevance | last modified time | path
    Searched defs:Info (Results 1 - 25 of 268) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/external/bsd/acpica/dist/common/
ahids.c 236 * RETURN: ID info struct. NULL if HardwareId is not found
246 const AH_DEVICE_ID *Info;
249 for (Info = AslDeviceIds; Info->Name; Info++)
251 if (!strcmp (HardwareId, Info->Name))
253 return (Info);
ahtable.c 73 const AH_TABLE *Info;
76 for (Info = AcpiGbl_SupportedTables; Info->Signature; Info++)
78 if (ACPI_COMPARE_NAMESEG (Signature, Info->Signature))
80 return (Info);
ahpredef.c 104 AH_PREDEF ("_CBR", "CXL Host Bridge Register Info", "Get the memory location of CXL Host Bridge Registers"),
229 AH_PREDEF ("_PMC", "Power Meter Capabilities", "Returns a list of Power Meter capabilities info"),
294 AH_PREDEF ("_SBA", "SM Bus Alert information", "Returns info on an SMBus alert"),
295 AH_PREDEF ("_SBI", "SM Bus General information", "Returns info on an SMBus segment"),
372 * RETURN: ID info struct. NULL if Nameseg not found
382 const AH_PREDEFINED_NAME *Info;
394 for (Info = AslPredefinedInfo; Info->Name; Info++)
396 if (ACPI_COMPARE_NAMESEG (Nameseg, Info->Name)
    [all...]
ahuuids.c 139 const AH_UUID *Info;
145 for (Info = Gbl_AcpiUuids; Info->Description; Info++)
149 if (!Info->String)
154 AcpiUtConvertStringToUuid (Info->String, UuidBuffer);
158 return (Info->Description);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPError.h 11 DWPError(std::string Info) : Info(std::move(Info)) {}
12 void log(raw_ostream &OS) const override { OS << Info; }
19 std::string Info;
  /src/external/apache2/llvm/dist/llvm/tools/vfabi-demangle-fuzzer/
vfabi-demangler-fuzzer.cpp 34 const auto Info = VFABI::tryDemangleForVFABI(MangledName, *M);
38 asm volatile("" : : "r,m"(Info) : "memory");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkCode.h 29 std::string Info;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 28 DbiModuleDescriptor(const DbiModuleDescriptor &Info) = default;
29 DbiModuleDescriptor &operator=(const DbiModuleDescriptor &Info) = default;
31 static Error initialize(BinaryStreamRef Stream, DbiModuleDescriptor &Info);
60 pdb::DbiModuleDescriptor &Info) {
61 if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
63 Length = Info.getRecordLength();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64WinCOFFObjectWriter.cpp 84 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind());
85 Ctx.reportError(Fixup.getLoc(), Twine("relocation type ") + Info.Name +
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 65 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind());
66 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsinit.c 71 * Context - Points to a init info struct
92 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context;
105 if (Node->OwnerId != Info->OwnerId)
110 Info->ObjectCount++;
126 Info->OpRegionCount++;
138 Info->MethodCount++;
149 Info->SerialMethodCount++;
162 Info->SerialMethodCount++;
163 Info->SerializedMethodCount++;
168 Info->NonSerialMethodCount++
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsdumpdv.c 81 ACPI_DEVICE_INFO *Info;
95 Info = Buffer.Pointer;
103 Info->HardwareId.Value, ACPI_FORMAT_UINT64 (Info->Address)));
104 ACPI_FREE (Info);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.cc 89 zx_info_handle_basic_t Info;
90 Status = _zx_object_get_info(_zx_process_self(), ZX_INFO_HANDLE_BASIC, &Info,
91 sizeof(Info), NULL, NULL);
93 Report("XRay: cannot get basic info about current process handle: %s\n",
101 Info.koid);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentBriefParser.cpp 80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
81 if (Info->IsBriefCommand) {
87 if (Info->IsReturnsCommand) {
96 if (Info->IsBlockCommand) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrAnalysis.h 31 const MCInstrInfo *Info;
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
38 return Info->get(Inst.getOpcode()).isBranch();
42 return Info->get(Inst.getOpcode()).isConditionalBranch();
46 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
50 return Info->get(Inst.getOpcode()).isIndirectBranch();
54 return Info->get(Inst.getOpcode()).isCall();
58 return Info->get(Inst.getOpcode()).isReturn()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WasmException.cpp 9 // This file contains support for writing WebAssembly exception info into asm
46 for (const LandingPadInfo &Info : MF->getLandingPads()) {
47 if (MF->hasWasmLandingPadIndex(Info.LandingPadBlock)) {
84 const LandingPadInfo *Info = LandingPads[I];
85 MachineBasicBlock *LPad = Info->LandingPadBlock;
92 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]};
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRegUnits.cpp 89 auto Info =
90 llvm::find_if(CSI, [N](auto Info) { return Info.getReg() == N; });
91 // If we have no info for this callee-saved register, assume it is liveout
92 if (Info == CSI.end() || Info->isRestored())
108 for (const CalleeSavedInfo &Info : MFI.getCalleeSavedInfo())
109 removeReg(Info.getReg());
119 for (const CalleeSavedInfo &Info : MFI.getCalleeSavedInfo())
120 Pristine.removeReg(Info.getReg())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 35 const auto Info =
37 size_t NumSpaces = GlobalWidth - Info.first.size() - 8;
38 outs() << " =" << Info.first;
39 outs().indent(NumSpaces) << " - " << Info.second << '\n';
53 cl::desc("Print out debug counter info after all counters accumulated"));
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.cpp 106 MCFixupKindInfo Info = getFixupKindInfo(Kind);
113 Value <<= Info.TargetOffset;
116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8;
CSKYMCTargetDesc.cpp 48 MCInstrInfo *Info = new MCInstrInfo();
49 InitCSKYMCInstrInfo(Info);
50 return Info;
62 MCRegisterInfo *Info = new MCRegisterInfo();
63 InitCSKYMCRegisterInfo(Info, CSKY::R15);
64 return Info;
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 131 MCFixupKindInfo Info = getFixupKindInfo(Fixup.getKind());
136 Value <<= Info.TargetOffset;
139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 100 const MCFixupKindInfo &Info = getFixupKindInfo(Fixup.getKind());
101 assert(Info.Flags == 0 && "WebAssembly does not use MCFixupKindInfo flags");
103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8;
108 Value <<= Info.TargetOffset;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombineInternal.h 63 struct Info {
72 /// processed TruncInst. It maps each instruction in the dag to its Info
75 MapVector<Instruction *, Info> InstInfoMap;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_types.py 84 class Info(Component):
85 "An Info component is copied from the gdbarch_info."
  /src/sys/external/bsd/acpica/dist/compiler/
aslfileio.c 55 * PARAMETERS: FileId - Index into file info array
82 * PARAMETERS: FileId - Index into file info array
120 * PARAMETERS: FileId - Index into file info array
150 * PARAMETERS: FileId - Index into file info array
194 * PARAMETERS: FileId - Index into file info array
242 * PARAMETERS: FileId - Index into file info array
303 * PARAMETERS: FileId - Index into file info array
334 * PARAMETERS: FileId - Index into file info array
372 * PARAMETERS: FileId - Index into file info array
384 ASL_FILE_INFO *Info = &AslGbl_Files[FileId]
    [all...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011