Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/sys/x86/x86/
H A Dmp_x86.c171 } static caches[MAX_CACHE_LEVELS]; variable
215 if (caches[level - 1].present) { in add_deterministic_cache()
217 printf("%u => %u\n", caches[level - 1].id_shift, in add_deterministic_cache()
220 caches[level - 1].id_shift = mask_width(share_count); in add_deterministic_cache()
221 caches[level - 1].present = 1; in add_deterministic_cache()
223 if (caches[level - 1].id_shift > pkg_id_shift) { in add_deterministic_cache()
226 caches[level - 1].id_shift, pkg_id_shift); in add_deterministic_cache()
227 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
229 if (caches[level - 1].id_shift < core_id_shift) { in add_deterministic_cache()
232 caches[level - 1].id_shift, core_id_shift); in add_deterministic_cache()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp71 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) { in GetAllThreadAllocatorCachesLocked() argument
75 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); in GetAllThreadAllocatorCachesLocked()
77 caches); in GetAllThreadAllocatorCachesLocked()
H A Dlsan_common.h108 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
/freebsd/crypto/heimdal/kuser/
H A Dkcc-commands.in78 help = "List all caches with their content"
84 help = "List all caches"
230 help = "Copies credential caches"
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpamu.txt61 second is the number of "ways". For direct-mapped caches,
67 second is the number of "ways". For direct-mapped caches,
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME21 synchronously and that, for example, disk caches are flushed.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dx509v3_cache_extensions.pod17 and caches the result of that processing as well as further derived info,
H A Dossl_cmp_ctx_set1_caPubs.pod38 which caches any already validated server cert, or NULL if not available.
H A Dossl_cmp_msg_protect.pod34 tries to build it using ctx->untrusted and caches the result in ctx->chain.
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp211 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {}
210 GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> * caches) GetAllThreadAllocatorCachesLocked() argument
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,davinci-rproc.txt9 like L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
H A Dti,keystone-rproc.txt9 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory controller,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc52 TSAN_FLAG(int, flush_symbolizer_ms, 5000, "Flush symbolizer caches every X ms.")
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc85 "L1 caches",
87 "L2 caches",
89 "L3 caches",
98 "LL caches",
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt49 modes. In a hierarchical power domain SoC, this means L2 and other caches can
/freebsd/contrib/file/magic/Magdir/
H A Dgeo114 # MBSystem processing caches the mbinfo output
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt116 L1Caches "L1 caches"
118 L2Caches "L2 caches"
120 L3Caches "L3 caches"
129 LLCaches "LL caches"
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcpu-capacity.txt37 max frequency (with caches enabled). The obtained DMIPS score is then divided
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-capacity.txt37 max frequency (with caches enabled). The obtained DMIPS score is then divided
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DECODER_CTX_new_for_pkey.pod84 The internal L<OSSL_PASSPHRASE_CALLBACK(3)> function caches the pass phrase, to
H A DX509_LOOKUP_hash_dir.pod82 certificates and CRLs on demand, and caches them in memory once
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md71 4. Using system shared object caches and default directories.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc185 // instruction caches.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp522 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {} in GetAllThreadAllocatorCachesLocked() argument
/freebsd/crypto/heimdal/
H A DChangeLog.2005209 * kuser/klist.c: In the list caches view, rename the Status field
255 iterates over all credential caches for a user and returns a
329 * kuser/klist.1: Document --list-caches
331 * kuser/klist.c: Change short flag of --list-caches to -l (-v is
349 * kuser/klist.c: Add option --list-caches that lists the avaible
350 caches and their status.
352 $ klist --list-caches

12