/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 171 } 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 D | lsan_fuchsia.cpp | 71 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 D | lsan_common.h | 108 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kcc-commands.in | 78 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 D | pamu.txt | 61 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 D | README | 21 synchronously and that, for example, disk caches are flushed.
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 17 and caches the result of that processing as well as further derived info,
|
H A D | ossl_cmp_ctx_set1_caPubs.pod | 38 which caches any already validated server cert, or NULL if not available.
|
H A D | ossl_cmp_msg_protect.pod | 34 tries to build it using ctx->untrusted and caches the result in ctx->chain.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 211 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {} 210 GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> * caches) GetAllThreadAllocatorCachesLocked() argument
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,davinci-rproc.txt | 9 like L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
|
H A D | ti,keystone-rproc.txt | 9 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory controller,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_flags.inc | 52 TSAN_FLAG(int, flush_symbolizer_ms, 5000, "Flush symbolizer caches every X ms.")
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 85 "L1 caches", 87 "L2 caches", 89 "L3 caches", 98 "LL caches",
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,idle-state.txt | 49 modes. In a hierarchical power domain SoC, this means L2 and other caches can
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | geo | 114 # MBSystem processing caches the mbinfo output
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 116 L1Caches "L1 caches" 118 L2Caches "L2 caches" 120 L3Caches "L3 caches" 129 LLCaches "LL caches"
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | cpu-capacity.txt | 37 max frequency (with caches enabled). The obtained DMIPS score is then divided
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | cpu-capacity.txt | 37 max frequency (with caches enabled). The obtained DMIPS score is then divided
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_DECODER_CTX_new_for_pkey.pod | 84 The internal L<OSSL_PASSPHRASE_CALLBACK(3)> function caches the pass phrase, to
|
H A D | X509_LOOKUP_hash_dir.pod | 82 certificates and CRLs on demand, and caches them in memory once
|
/freebsd/crypto/openssl/ |
H A D | NOTES-UNIX.md | 71 4. Using system shared object caches and default directories.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Memory.inc | 185 // instruction caches.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 522 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {} in GetAllThreadAllocatorCachesLocked() argument
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2005 | 209 * 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
|