Home
last modified time | relevance | path

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

12345678910>>...43

/freebsd/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/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 i…
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 = self.sbtarget.GetModuleAtIndex(idx)
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1 //===-- CommandObjectTarget.cpp -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 #include "lldb/Core/Module.h"
44 #include "lldb/Target/ABI.h"
45 #include "lldb/Target/Process.h"
46 #include "lldb/Target/RegisterContext.h"
47 #include "lldb/Target/SectionLoadList.h"
48 #include "lldb/Target/StackFrame.h"
49 #include "lldb/Target/Thread.h"
[all …]
H A DCommandObjectSource.cpp1 //===-- CommandObjectSource.cpp -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include "lldb/Core/Module.h"
25 #include "lldb/Target/Process.h"
26 #include "lldb/Target/SectionLoadList.h"
27 #include "lldb/Target/StackFrame.h"
35 // CommandObjectSourceInfo - debug line entries dumping command
121 "Display source line information for the current target " in CommandObjectSourceInfo()
145 Target *target = m_exe_ctx.GetTargetPtr(); in DumpLinesInSymbolContexts() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp1 //===-- DynamicLoader.cpp -------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "lldb/Target/DynamicLoader.h"
12 #include "lldb/Core/Module.h"
19 #include "lldb/Target/MemoryRegionInfo.h"
20 #include "lldb/Target/Platform.h"
21 #include "lldb/Target/Process.h"
22 #include "lldb/Target/Target.h"
26 #include "lldb/lldb-private-interfaces.h"
[all …]
H A DValue.cpp1 //===-- Value.cpp --------
314 GetValueAsData(ExecutionContext * exe_ctx,DataExtractor & data,Module * module) GetValueAsData() argument
358 Target *target = exe_ctx->GetTargetPtr(); GetValueAsData() local
483 Target *target = exe_ctx->GetTargetPtr(); GetValueAsData() local
661 ConvertToLoadAddress(Module * module,Target * target) ConvertToLoadAddress() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp1 //===-- Statistics.cpp ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "lldb/Target/Statistics.h"
12 #include "lldb/Core/Module.h"
15 #include "lldb/Target/DynamicLoader.h"
16 #include "lldb/Target/Process.h"
17 #include "lldb/Target/Target.h"
18 #include "lldb/Target/UnixSignals.h"
41 end.time_since_epoch() - start.time_since_epoch(); in elapsed()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp1 //===- SymbolRewriter.cpp - Symbol Rewriter -------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 // Identifier := [0-9a-zA-Z]+
27 // - function: (function rewriting)
29 // + Target (explicit transformation)
32 // - global variable: (external linkage global variable rewriting)
34 // + Target (explicit transformation)
36 // - global alias: (global alias rewriting)
38 // + Target (explicit transformation)
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp1 //===-- DynamicLoaderFreeBSDKernel.cpp
2 //------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
12 #include "lldb/Core/Module.h"
19 #include "lldb/Target/OperatingSystem.h"
20 #include "lldb/Target/RegisterContext.h"
21 #include "lldb/Target/StackFrame.h"
22 #include "lldb/Target/Target.h"
23 #include "lldb/Target/Thread.h"
[all …]
/freebsd/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-p
[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-pm-bus";
18 #address-cells = <1>;
19 #size-cells = <1>;
50 target-module@2000 { /* 0x4a002000, ap 3 08.0 */
[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-name
[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-p
[all...]
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h1 //===-- ModuleList.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 #include "lldb/lldb-enumerations.h"
19 #include "lldb/lldb-forward.h"
20 #include "lldb/lldb-types.h"
38 class Module; variable
44 class Target; variable
99 /// A collection class for Module objects.
101 /// Modules in the module collection class are stored as reference counted
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp1 //===- Module.cpp - Describe a module -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the Module class, which describes a module in the source
12 //===----------------------------------------------------------------------===//
14 #include "clang/Basic/Module.h"
37 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, in Module() function in Module
49 IsAvailable = Parent->isAvailable(); in Module()
50 IsUnimportable = Parent->isUnimportable(); in Module()
51 IsSystem = Parent->IsSystem; in Module()
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp1 //===-- DynamicLoaderPOSIXDYLD.cpp ----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include "lldb/Core/Module.h"
19 #include "lldb/Target/MemoryRegionInfo.h"
20 #include "lldb/Target/Platform.h"
21 #include "lldb/Target/Target.h"
22 #include "lldb/Target/Thread.h"
23 #include "lldb/Target/ThreadPlanRunToAddress.h"
44 return "Dynamic loader plug-in that watches for shared library " in GetPluginDescriptionStatic()
[all …]
/freebsd/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/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 -n]
31 # PROG The name of the kernel module to build.
[all …]

12345678910>>...43