Home
last modified time | relevance | path

Searched full:loaded (Results 1 – 25 of 2338) sorted by relevance

12345678910>>...94

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp42 IRBuilderBase &Builder, Value *Loaded, in buildAtomicRMWValue() argument
49 return Builder.CreateAdd(Loaded, Val, "new"); in buildAtomicRMWValue()
51 return Builder.CreateSub(Loaded, Val, "new"); in buildAtomicRMWValue()
53 return Builder.CreateAnd(Loaded, Val, "new"); in buildAtomicRMWValue()
55 return Builder.CreateNot(Builder.CreateAnd(Loaded, Val), "new"); in buildAtomicRMWValue()
57 return Builder.CreateOr(Loaded, Val, "new"); in buildAtomicRMWValue()
59 return Builder.CreateXor(Loaded, Val, "new"); in buildAtomicRMWValue()
61 NewVal = Builder.CreateICmpSGT(Loaded, Val); in buildAtomicRMWValue()
62 return Builder.CreateSelect(NewVal, Loaded, Val, "new"); in buildAtomicRMWValue()
64 NewVal = Builder.CreateICmpSLE(Loaded, Val); in buildAtomicRMWValue()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dtranslation.json29 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
35 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
41 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a data…
47 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the lo…
53 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d…
59 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl…
65 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a data…
71 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch…
77 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without dispa…
83 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without confl…
[all …]
H A Dfrontend.json293 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
299 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
305 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on a differ…
311 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's memory on the …
317 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a inst…
323 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the lo…
329 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d…
335 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl…
341 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a inst…
347 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the lo…
[all …]
H A Dmarked.json365 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
371 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
377 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on a differ…
383 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's memory on the …
389 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a mark…
395 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the lo…
401 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d…
407 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl…
413 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a mark…
419 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the lo…
[all …]
/freebsd/stand/lua/
H A Dconfig.lua.880 indicate that the file named by the key has already been loaded and
81 should not be loaded again.
124 paths result in a loaded kernel.
126 If no kernel was loaded from either of these paths,
135 Returns true if a kernel was loaded, false if no kernel was loaded.
139 to the kernel that will be loaded when either
165 .Dq config.loaded
175 loaded, then it will invoke
192 to be loaded during
199 to not be loaded during
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h9 // This file defines the ModuleManager class, which manages a set of loaded
45 /// Manages the set of modules loaded by an AST reader.
60 /// All loaded modules, indexed by name.
89 /// this particular translation unit might not have loaded all of the modules
140 /// Forward iterator to traverse all loaded modules.
143 /// Forward iterator end-point to traverse all loaded modules
146 /// Const forward iterator to traverse all loaded modules.
149 /// Const forward iterator end-point to traverse all loaded modules
152 /// Reverse iterator to traverse all loaded modules.
155 /// Reverse iterator end-point to traverse all loaded modules.
[all …]
/freebsd/stand/defaults/
H A Dloader.conf.536 it, and additional modules to be loaded; and generally set all variables
73 below define the modules to be loaded and
98 loaded will enter interactive mode.
185 Name of the kernel to be loaded.
187 modules will be loaded.
202 from the partition the kernel was loaded from.
239 module names will be displayed as they are loaded.
242 Modules specified in the blacklist may not be loaded automatically with a
244 directive, but they may be loaded directly at the
247 Blacklisted modules may still be loaded indirectl
[all...]
/freebsd/share/man/man4/
H A Dkld.445 Various types of modules can be loaded into the system.
81 program unloads any given loaded module, if no other module is dependent
85 program is used to check the status of the modules currently loaded into the
88 Kernel modules may only be loaded or unloaded if the system security level
95 drivers may be loaded into the system with
97 Device nodes for the loaded drivers are automatically created when a
98 module is loaded and destroyed when it is unloaded by
155 loads an instance of module A when any of the modules are loaded.
170 detect this, and such modules when loaded will often cause crashes or
H A Dsplash.440 This driver is required if the splash bitmap image is to be loaded or
48 or until a screen saver is loaded and initialized.
59 is still loaded and can be used as a screen saver later: see below.
62 matching splash image decoder module must be loaded by the boot loader.
102 it must be explicitly loaded into memory.
143 Screen saver modules can be loaded using
159 variable so that the screen saver is automatically loaded
221 is loaded.
223 is loaded so that a bitmap file which cannot be displayed in standard
320 been loaded, the first screen saver will not be automatically unloaded
/freebsd/lib/libc/gen/
H A Ddlopen.386 When an object is first loaded into the address space in this way, its
107 loaded object are bound to their referents.
149 Prevents unload of the loaded object on
156 Only return valid handle for the object if it is already loaded in
163 Symbols from the loaded library are put before global symbols when
200 additional checks on the loaded objects, to prevent races with
220 in the address space when the object is loaded, nor are they available to
239 undefined symbols when objects are loaded.
251 All objects loaded at program start-up.
253 All objects loaded vi
[all...]
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md31 that will be used. It is loaded automatically the first time that we try to
32 get an algorithm from a provider if no other provider has been loaded yet.
33 If another provider has already been loaded then it won't be loaded
46 compatibility reasons. This provider is **not** loaded by default.
79 automatically loaded, the null provider can be loaded instead.
87 Providers to be loaded can be specified in the OpenSSL config file.
113 Note that once you have explicitly loaded a provider into the library context
114 the default provider will no longer be automatically loaded. Therefore you will
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp35 lib->loaded = false; in AddIgnoredLibrary()
46 if (!lib->loaded && (!lib->real_name) && in OnLibraryLoaded()
52 // Scan suppressions list and find newly loaded and unloaded libraries. in OnLibraryLoaded()
57 bool loaded = false; in OnLibraryLoaded() local
66 if (loaded) { in OnLibraryLoaded()
72 loaded = true; in OnLibraryLoaded()
73 if (lib->loaded) in OnLibraryLoaded()
79 lib->loaded = true; in OnLibraryLoaded()
90 if (lib->loaded && !loaded) { in OnLibraryLoaded()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h286 /// entity from being loaded.
319 /// loaded from external sources.
321 /// The entries in this vector are loaded lazily from the external source,
330 /// Global (loaded or local) ID for a preprocessed entity.
332 /// loaded from the external source while non-negative values are used to
334 /// Value -1 corresponds to element 0 in the loaded entities vector,
335 /// value -2 corresponds to element 1 in the loaded entities vector, etc.
363 /// Retrieve the loaded preprocessed entity at the given index.
367 /// loaded (or can be loaded) from an external source.
379 /// Allocate space for a new set of loaded preprocessed entities.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dtranslation.json25 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's memory on the …
35 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
60 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
75 …"BriefDescription": "A Page Table Entry was loaded into the TLB either shared or modified data fro…
100 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on the same…
145 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a memory location including L…
150 …"BriefDescription": "A Page Table Entry was loaded into the TLB either shared or modified data fro…
165 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
185 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on a differ…
210 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
[all …]
H A Dpipeline.json35 …"BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on a differ…
40 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl…
80 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
95 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
115 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without dispa…
160 …"BriefDescription": "A Page Table Entry was loaded into the TLB either shared or modified data fro…
175 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch…
180 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl…
225 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without confl…
250 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
[all …]
H A Dpmc.json20 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
30 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc…
40 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc…
90 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a memory location including L…
95 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch…
100 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a mark…
110 …"BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's L4 cache due…
H A Dmarked.json20 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
60 …"BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's L4 cache due…
70 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
95 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe…
100 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another …
140 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc…
170 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d…
210 …"BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's Memory due t…
220 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc…
290 …"BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's Memory due t…
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h32 /// dynamic linker each time a module is loaded or unloaded. This class
34 /// snapshot of the currently loaded modules.
42 /// // Head of the chain of loaded objects.
54 /// // Base address the linker is loaded at.
69 /// out with a value of zero when the program first is initially loaded, but
75 /// loaded and will call a specific function that LLDB knows to set a
77 /// libraries are loaded or unloaded. Each time this breakpoint is hit, LLDB
84 /// When any shared libraries are loaded the following happens:
90 /// - Once the the shared libraries are fully loaded, _r_debug.r_state is set
148 /// the currently loaded module
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h28 /// allows dynamic libraries to be loaded and searched for externally
73 /// Registers an externally loaded library. The library will be unloaded
108 /// This function should be called only if the library was loaded using the
115 /// search the list of explcitly loaded symbols if not.
117 /// SO_LoadedFirst - Search all loaded libraries, then as SO_Linker would.
119 /// SO_LoadedLast - Search as SO_Linker would, then loaded libraries.
122 /// SO_LoadOrder - Or this in to search libraries in the ordered loaded.
123 /// The default bahaviour is to search loaded libraries in reverse.
128 /// This function will search through all previously loaded dynamic
131 /// search permanently loaded librarie
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp460 [](IRBuilderBase &Builder, Value *Loaded) { return Loaded; }); in tryExpandAtomicLoad() argument
518 Value *Loaded = Builder.CreateExtractValue(Pair, 0, "loaded"); in expandAtomicLoadToCmpXchg() local
520 LI->replaceAllUsesWith(Loaded); in expandAtomicLoadToCmpXchg()
575 Value *Loaded, Value *NewVal, Align AddrAlign, in createCmpXchgInstFun() argument
586 Loaded = Builder.CreateBitCast(Loaded, IntTy); in createCmpXchgInstFun()
590 Addr, Loaded, NewVal, AddrAlign, MemOpOrder, in createCmpXchgInstFun()
612 auto PerformOp = [&](IRBuilderBase &Builder, Value *Loaded) { in tryExpandAtomicRMW() argument
613 return buildAtomicRMWValue(AI->getOperation(), Builder, Loaded, in tryExpandAtomicRMW()
729 /// ShiftAmt: Number of bits to right-shift a WordSize value loaded
731 /// ValueType was loaded from Addr.
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dcrypto.pod49 provider loaded that contains an implementation of it. OpenSSL comes with a
52 OpenSSL built-in "default" provider will be automatically loaded.
57 options take effect. When a provider is loaded, it is only loaded within the
60 have different providers loaded with different configuration settings.
147 context created by the user. Only providers loaded in this library context (see
149 no provider has been loaded in this library context then the default provider
150 will be loaded as a fallback (see L<OSSL_PROVIDER-default(7)>).
232 old method, since it must search for the algorithm in all loaded providers,
327 since, assuming no other providers have been loaded, the only implementation of
329 default provider should be explicitly loaded if it is required in addition to
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dcrypto.7179 provider loaded that contains an implementation of it. OpenSSL comes with a
182 OpenSSL built-in \*(L"default\*(R" provider will be automatically loaded.
186 options take effect. When a provider is loaded, it is only loaded within the
189 have different providers loaded with different configuration settings.
269 context created by the user. Only providers loaded in this library context (see
271 no provider has been loaded in this library context then the default provider
272 will be loaded as a fallback (see \fBOSSL_PROVIDER\-default\fR\|(7)).
340 old method, since it must search for the algorithm in all loaded providers,
442 since, assuming no other providers have been loaded, the only implementation of
444 default provider should be explicitly loaded if it is required in addition to
[all …]
/freebsd/share/man/man9/
H A Dfirmware.991 The modules can be statically compiled in the kernel, or loaded by
95 Firmware binary files may also be loaded directly rather than embedded into
165 Note also that if the firmware image is loaded from a filesystem
201 or manually loaded with
289 Binary firmware files can also be loaded, either from
302 They do not offer kernel module dependencies to ensure they are loaded
314 Binary firmware files may be loaded either from the command line with
329 is loaded, then
333 and if that file exists, it will be loaded and registered using
352 If a kernel module is found, it is loaded, and
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h28 /// runtime liker each time a module is loaded or unloaded. This class
30 /// snapshot of the currently loaded modules.
61 /// the currently loaded modules.
93 /// time a module is loaded/unloaded, or about to be loaded/unloaded.
113 /// \returns true if modules have been loaded into the inferior since the
132 /// Structure representing the shared objects currently loaded into the
139 lldb::addr_t base_addr; ///< Base address of the loaded object.
167 /// Iterators over all currently loaded modules.
171 /// Iterators over all modules loaded into the inferior since the last call
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressDocstrings.i6 libraries, bundles, frameworks) being loaded at different
17 when/if the addresses slide when the images are loaded/unloaded
21 ranges, global and static variables) each time an image is loaded or
25 ends up getting loaded at runtime. Before executing a program, it
28 have been loaded/unloaded, the load addresses of the main executable

12345678910>>...94