Home
last modified time | relevance | path

Searched +full:target +full:- +full:module (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/freebsd-src/sys/contrib/device-tree/Bindings/bus/
H A Dti-sysc.txt1 Texas Instruments sysc interconnect target module wrapper binding
3 Texas Instruments SoCs can have a generic interconnect target module
6 is mostly used for interaction between module and PRCM. It participates
10 Each interconnect target module can have one or more devices connected to
11 it. There is a set of control registers for managing interconnect target
12 module clocks, idle modes and interconnect level resets for the module.
16 target module and typically are named REVISION, SYSCONFIG and SYSSTATUS.
20 - compatible shall be one of the following generic types:
23 "ti,sysc-omap2"
24 "ti,sysc-omap4"
[all …]
H A Dti-sysc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments interconnect target module
10 - Tony Lindgren <tony@atomide.com>
13 Texas Instruments SoCs can have a generic interconnect target module
15 using Arteris NoC, and L4 interconnect using Sonics s3220. This module
16 is mostly used for interaction between module and Power, Reset and Clock
20 Each interconnect target module can have one or more devices connected to
[all …]
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i41 '''A helper object that will lazily hand out lldb.SBModule objects for a target when supplied an index, or by full or partial path.'''
53 if -num_modules <= key < num_modules:
57 if key.find('/') == -1:
59 module = self.sbtarget.GetModuleAtIndex(idx)
60 if module.file.basename == key:
61 return module
64 module = self.sbtarget.GetModuleAtIndex(idx)
65 if module.file.fullpath == key:
66 return module
72 module
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp1 //===-- Statistics.cpp --------
42 CollectStats(Target & target) CollectStats() argument
49 json::Object module; ToJSON() local
102 ToJSON(Target & target) ToJSON() argument
187 ReportStatistics(Debugger & debugger,Target * target) ReportStatistics() argument
202 for (const auto &target : debugger.GetTargetList().Targets()) ReportStatistics() local
215 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); ReportStatistics() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp1 //===-- DynamicLoader.cpp --------
77 Target &target = m_process->GetTarget(); GetTargetExecutable() local
109 UpdateLoadedSections(ModuleSP module,addr_t link_map_addr,addr_t base_addr,bool base_addr_is_offset) UpdateLoadedSections() argument
115 UpdateLoadedSectionsCommon(ModuleSP module,addr_t base_addr,bool base_addr_is_offset) UpdateLoadedSectionsCommon() argument
123 UnloadSections(const ModuleSP module) UnloadSections() argument
127 UnloadSectionsCommon(const ModuleSP module) UnloadSectionsCommon() argument
128 Target &target = m_process->GetTarget(); UnloadSectionsCommon() local
153 Target &target = m_process->GetTarget(); FindModuleViaTarget() local
195 Target &target = process->GetTarget(); LoadBinaryWithUUIDAndAddress() local
[all...]
H A DValue.cpp1 //===-- Value.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/Core/Module.h"
18 #include "lldb/Target/ExecutionContext.h"
19 #include "lldb/Target/Process.h"
20 #include "lldb/Target/SectionLoadList.h"
21 #include "lldb/Target/Target.h"
29 #include "lldb/lldb-defines.h"
30 #include "lldb/lldb-forward.h"
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp1 //===-- DynamicLoaderHexagonDYLD.cpp --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #include "lldb/Core/Module.h"
15 #include "lldb/Target/Process.h"
16 #include "lldb/Target/Target.h"
17 #include "lldb/Target/Thread.h"
18 #include "lldb/Target/ThreadPlanRunToAddress.h"
35 // When we connect to a target we find the dyld breakpoint address. We put in LLDB_PLUGIN_DEFINE()
42 // target calls dlinit(). in LLDB_PLUGIN_DEFINE()
[all …]
H A DDynamicLoaderHexagonDYLD.h1 //===-- DynamicLoaderHexagonDYLD.h ------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include "lldb/Target/DynamicLoader.h"
27 static llvm::StringRef GetPluginNameStatic() { return "hexagon-dyld"; } in GetPluginNameStatic()
45 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
65 /// Loaded module list. (link map for each module)
70 /// linker each time a module is loaded or unloaded.
83 /// Updates the load address of every allocatable section in \p module.
85 /// \param module The module to traverse.
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1 //===-- CommandObjectTarget.cpp --------
75 DumpTargetInfo(uint32_t target_idx,Target * target,const char * prefix_cstr,bool show_stopped_process_status,Stream & strm) DumpTargetInfo() argument
694 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
825 Target *target = static_cast<Target *>(baton); GetVariableCallback() local
864 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
1061 Target *target = &GetSelectedTarget(); DoExecute() local
1108 Target *target = &GetSelectedTarget(); DoExecute() local
1167 Target *target = m_exe_ctx.GetTargetPtr(); HandleArgumentCompletion() local
1182 Target *target = &GetSelectedTarget(); DoExecute() local
1237 Target *target = &GetSelectedTarget(); DoExecute() local
1272 Target *target = &GetSelectedTarget(); DoExecute() local
1290 DumpModuleArchitecture(Stream & strm,Module * module,bool full_triple,uint32_t width) DumpModuleArchitecture() argument
1308 DumpModuleUUID(Stream & strm,Module * module) DumpModuleUUID() argument
1316 DumpCompileUnitLineTable(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,lldb::DescriptionLevel desc_level) DumpCompileUnitLineTable() argument
1420 DumpModuleSymtab(CommandInterpreter & interpreter,Stream & strm,Module * module,SortOrder sort_order,Mangled::NamePreference name_preference) DumpModuleSymtab() argument
1430 DumpModuleSections(CommandInterpreter & interpreter,Stream & strm,Module * module) DumpModuleSections() argument
1444 DumpModuleSymbolFile(Stream & strm,Module * module) DumpModuleSymbolFile() argument
1455 GetSeparateDebugInfoList(StructuredData::Array & list,Module * module,bool errors_only) GetSeparateDebugInfoList() argument
1561 LookupAddressInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,uint32_t resolve_mask,lldb::addr_t raw_addr,lldb::addr_t offset,bool verbose,bool all_ranges) LookupAddressInModule() argument
1568 Target *target = interpreter.GetExecutionContext().GetTargetPtr(); LookupAddressInModule() local
1589 LookupSymbolInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,bool verbose,bool all_ranges) LookupSymbolInModule() argument
1680 LookupFunctionInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name,bool name_is_regex,const ModuleFunctionSearchOptions & options,bool verbose,bool all_ranges) LookupFunctionInModule() argument
1711 LookupTypeInModule(Target * target,CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name_cstr,bool name_is_regex) LookupTypeInModule() argument
1713 LookupTypeInModule(Target * target,CommandInterpreter & interpreter,Stream & strm,Module * module,const char * name_cstr,bool name_is_regex) LookupTypeInModule() argument
1764 LookupTypeHere(Target * target,CommandInterpreter & interpreter,Stream & strm,Module & module,const char * name_cstr,bool name_is_regex) LookupTypeHere() argument
1765 LookupTypeHere(Target * target,CommandInterpreter & interpreter,Stream & strm,Module & module,const char * name_cstr,bool name_is_regex) LookupTypeHere() argument
1807 LookupFileAndLineInModule(CommandInterpreter & interpreter,Stream & strm,Module * module,const FileSpec & file_spec,uint32_t line,bool check_inlines,bool verbose,bool all_ranges) LookupFileAndLineInModule() argument
1834 FindModulesByName(Target * target,const char * module_name,ModuleList & module_list,bool check_global_list) FindModulesByName() argument
1849 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); FindModulesByName() local
1968 Target *target = &GetSelectedTarget(); DoExecute() local
2069 Target *target = &GetSelectedTarget(); DoExecute() local
2167 Target *target = &GetSelectedTarget(); DoExecute() local
2211 Module *module = module_list.GetModulePointerAtIndex(i); DoExecute() local
2309 Target *target = &GetSelectedTarget(); DoExecute() local
2380 Target *target = &GetSelectedTarget(); DoExecute() local
2422 Module *module = module_list.GetModulePointerAtIndex(i); DoExecute() local
2463 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
2604 Target &target = GetSelectedTarget(); DoExecute() local
2650 Module *module = module_list.GetModulePointerAtIndex(i); DoExecute() local
2805 Target *target = &GetSelectedTarget(); DoExecute() local
2955 Target *target = &GetSelectedTarget(); DoExecute() local
3010 Module *module = matching_modules.GetModulePointerAtIndex(0); DoExecute() local
3246 Target *target = GetDebugger().GetSelectedTarget().get(); DoExecute() local
3337 Module *module; DoExecute() local
3369 PrintModule(Target * target,Module * module,int indent,Stream & strm) PrintModule() argument
3601 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
4070 LookupInModule(CommandInterpreter & interpreter,Module * module,CommandReturnObject & result,bool & syntax_error) LookupInModule() argument
4158 Target *target = &GetSelectedTarget(); DoExecute() local
4210 Module *module = module_list.GetModulePointerAtIndex(j); DoExecute() local
4356 AddModuleSymbols(Target * target,ModuleSpec & module_spec,bool & flush,CommandReturnObject & result) AddModuleSymbols() argument
4550 Target *target = m_exe_ctx.GetTargetPtr(); AddSymbolsForFile() local
4677 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
5040 Target *target = GetDebugger().GetSelectedTarget().get(); IOHandlerInputComplete() local
5065 Target &target = GetSelectedOrDummyTarget(); DoExecute() local
5204 Target &target = GetSelectedOrDummyTarget(); DoExecute() local
5260 Target &target = GetSelectedOrDummyTarget(); DoExecute() local
5304 Target &target = GetSelectedOrDummyTarget(); DoExecute() local
5394 Target &target = GetSelectedTarget(); DoExecute() local
[all...]
H A DCommandObjectSource.cpp1 //===-- CommandObjectSource.cpp --------
145 Target *target = m_exe_ctx.GetTargetPtr(); DumpLinesInSymbolContexts() local
152 Module *module = sc.module_sp.get(); DumpLinesInSymbolContexts() local
195 DumpFileLinesInCompUnit(Stream & strm,Module * module,CompileUnit * cu,const FileSpec & file_spec) DumpFileLinesInCompUnit() argument
200 Target *target = m_exe_ctx.GetTargetPtr(); DumpFileLinesInCompUnit() local
276 DumpFileLinesInModule(Stream & strm,Module * module,const FileSpec & file_spec) DumpFileLinesInModule() argument
304 Target *target = m_exe_ctx.GetTargetPtr(); GetSymbolContextsForAddress() local
373 Target *target = m_exe_ctx.GetTargetPtr(); DumpLinesInFunctions() local
462 Target *target = m_exe_ctx.GetTargetPtr(); DumpLinesForAddress() local
487 Target *target = m_exe_ctx.GetTargetPtr(); DumpLinesForFile() local
495 Module *module = module_list.GetModulePointerAtIndex(i); DumpLinesForFile() local
536 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
783 Target *target = m_exe_ctx.GetTargetPtr(); DisplayFunctionSource() local
861 FindMatchingFunctions(Target * target,ConstString name,SymbolContextList & sc_list) FindMatchingFunctions() argument
891 FindMatchingFunctionSymbols(Target * target,ConstString name,SymbolContextList & sc_list) FindMatchingFunctionSymbols() argument
913 Target *target = m_exe_ctx.GetTargetPtr(); DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp1 //===- SymbolRewriter.cpp - Symbol Rewriter --------
95 rewriteComdat(Module & M,GlobalObject * GO,const std::string & Source,const std::string & Target) rewriteComdat() argument
114 const std::string Target; global() member in __anon7ae424ca0111::ExplicitRewriteDescriptor
328 std::string Target; parseRewriteFunctionDescriptor() local
397 std::string Target; parseRewriteGlobalVariableDescriptor() local
460 std::string Target; parseRewriteGlobalAliasDescriptor() local
[all...]
/freebsd-src/contrib/bsnmp/snmpd/
H A Dsnmpmod.32 .\" Copyright (c) 2004-2005
5 .\" Copyright (c) 2001-2003
135 .Nd "SNMP daemon loadable module interface"
138 .Pq libbsnmp, -lbsnmp
320 UDP port table, a community table, a module table, a statistics group and
326 .Ss MODULE LOADING AND UNLOADING
327 Modules are loaded by writing to the module table.
328 This table is indexed by a string, that identifies the module to the daemon.
331 to identify resources allocated to this module.
332 A row in the module table is
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp1 //===-- DynamicLoaderFreeBSDKernel.cpp
2 //--------
56 is_kernel(Module * module) is_kernel() argument
72 is_kmod(Module * module) is_kmod() argument
85 is_reloc(Module * module) is_reloc() argument
327 Target &target = process->GetTarget(); LoadImageUsingMemoryModule() local
546 for (ModuleSP module : modules.Modules()) { ParseKmods() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam33xx-l4.dtsi2 compatible = "ti,am33xx-l4-wkup", "simple-pm-bus";
3 power-domains = <&prm_wkup>;
5 clock-names = "fck";
10 reg-names = "ap", "la", "ia0", "ia1";
11 #address-cells = <1>;
12 #size-cells = <1>;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
28 compatible = "simple-pm-bus";
[all …]
H A Ddra7-l4.dtsi2 compatible = "ti,dra7-l4-cfg", "simple-pm-bus";
3 power-domains = <&prm_coreaon>;
5 clock-names = "fck";
9 reg-names = "ap", "la", "ia0";
10 #address-cells = <1>;
11 #size-cells = <1>;
17 compatible = "simple-p
[all...]
H A Domap5-l4.dtsi2 compatible = "ti,omap5-l4-cfg", "simple-pm-bus";
3 power-domains = <&prm_core>;
5 clock-names = "fck";
9 reg-names = "ap", "la", "ia0";
10 #address-cells = <1>;
11 #size-cells = <1>;
21 compatible = "simple-pm-bus";
22 #address-cells = <1>;
23 #size-cells = <1>;
55 target-module@2000 { /* 0x4a002000, ap 3 44.0 */
[all …]
H A Domap4-l4.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 compatible = "ti,omap4-l4-cfg", "simple-pm-bus";
4 power-domains = <&prm_core>;
6 clock-names = "fck";
10 reg-names = "ap", "la", "ia0";
11 #address-cells = <1>;
12 #size-cells = <1>;
22 compatible = "simple-pm-bus";
23 #address-cells = <1>;
24 #size-cells = <1>;
[all …]
H A Dam437x-l4.dtsi2 compatible = "ti,am4-l4-wkup", "simple-pm-bus";
3 power-domains = <&prm_wkup>;
5 clock-names = "fck";
10 reg-names = "ap", "la", "ia0", "ia1";
11 #address-cells = <1>;
12 #size-cells = <1>;
18 compatible = "simple-pm-bus";
19 #address-cells = <1>;
20 #size-cells = <1>;
28 compatible = "simple-pm-bus";
[all …]
/freebsd-src/contrib/bsnmp/snmp_target/
H A Dsnmp_target.31 .\"-
35 .Nd "Target addresses and notifications module for"
38 .Pq begemotSnmpdModulePath."target" = "/usr/lib/snmp_target.so"
42 module implements SNMPv3 Management Target MIB and basic functionality from
43 Notification MIB as defined in RFC 3413. The module is used to manage the
44 internal list of SNMPv3 notification target addresses in
47 The module must be loaded for
49 to send SNMPv3 Trap-PDUs to the configured notification target addresses.
51 A short description of the objects implemented in the module follows.
52 .Bl -tag -width "XXXXXXXXX"
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h1 //===-- ModuleList.h --------
38 class Module; global() variable
44 class Target; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp1 //===- Module.cpp - Describe a module ------
37 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, Module() function in Module
67 isPlatformEnvironment(const TargetInfo & Target,StringRef Feature) isPlatformEnvironment() argument
101 hasFeature(StringRef Feature,const LangOptions & LangOpts,const TargetInfo & Target) hasFeature() argument
132 isUnimportable(const LangOptions & LangOpts,const TargetInfo & Target,Requirement & Req,Module * & ShadowingModule) const isUnimportable() argument
176 isAvailable(const LangOptions & LangOpts,const TargetInfo & Target,Requirement & Req,UnresolvedHeaderDirective & MissingHeader,Module * & ShadowingModule) const isAvailable() argument
317 addRequirement(StringRef Feature,bool RequiredState,const LangOptions & LangOpts,const TargetInfo & Target) addRequirement() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.h1 //===-- CxxModuleHandler.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 /// Handles importing decls into an ASTContext with an attached C++ module.
21 /// This class searches a C++ module (which must be attached to the target
23 /// If the decl that is found in the module is a suitable replacement
24 /// for the decl that should be imported, the module decl will be treated as
28 /// that doesn't exist yet in the target ASTContext (e.g. `std::vector<int>`),
29 /// then this class tries to create the template specialization in the target
31 /// that instantiating this template is safe to do, e.g. because the target
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp1 //===-- DynamicLoaderPOSIXDYLD.cpp --------
116 Target &target = m_process->GetTarget(); DidAttach() local
201 UpdateLoadedSections(ModuleSP module,addr_t link_map_addr,addr_t base_addr,bool base_addr_is_offset) UpdateLoadedSections() argument
209 UnloadSections(const ModuleSP module) UnloadSections() argument
321 Target &target = m_process->GetTarget(); SetRendezvousBreakpoint() local
506 Target &target = thread.GetProcess()->GetTarget(); GetStepThroughTrampolinePlan() local
562 Target &target = m_process->GetTarget(); LoadInterpreterModule() local
672 ModuleSP module = m_process->GetTarget().GetExecutableModule(); ComputeLoadOffset() local
807 auto &target = m_process->GetTarget(); ResolveExecutableModule() local
[all...]
/freebsd-src/sys/dev/isp/
H A DDriverManual.txt54 PCI and SBus SCSI cards, and now also drove the QLogic 2100 FC-AL HBA.
56 After this, ports to non-NetBSD platforms became interesting as well.
64 Along the way, support for the 2200 as well as full fabric and target
65 mode support has been added, and 2300 support as well as an FC-IP stack
71 Normally you design via top-down methodologies and set an initial goal
76 as I perceive them to be now- not necessarily what they started as.
90 as well as private loop and private loop, direct-attach topologies.
91 FC-IP support is also a goal.
93 For both SCSI and Fibre Channel, simultaneous target/initiator mode support
119 The QLogic HBA cards all contain a tiny 16-bit RISC-like processor and
[all …]
/freebsd-src/sys/conf/
H A Dkmod.mk9 # EXPORT_SYMS A list of symbols that should be exported from the module,
14 # KMOD The name of the kernel module to build.
18 # KMODOWN Module file owner. [${BINOWN}]
20 # KMODGRP Module file group. [${BINGRP}]
22 # KMODMODE Module file mode. [${BINMODE}]
24 # KMODLOAD Command to load a kernel module [/sbin/kldload]
26 # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
28 # KMODISLOADED Command to check whether a kernel module is
29 # loaded [/sbin/kldstat -q -
[all...]

12345678910>>...43