| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| reporter.cc | 47 if (info.caches.size() != 0) { 48 Out << "CPU Caches:\n"; 49 for (auto &CInfo : info.caches) {
|
| json_reporter.cc | 94 out << indent << "\"caches\": [\n"; 97 for (size_t i = 0; i < info.caches.size(); ++i) { 98 auto& CI = info.caches[i]; 109 if (i != info.caches.size() - 1) out << ",";
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 99 locale::_Impl::_M_init_extra(facet** caches) 101 auto __npc = static_cast<__numpunct_cache<char>*>(caches[0]); 102 auto __mpcf = static_cast<__moneypunct_cache<char, false>*>(caches[1]); 103 auto __mpct = static_cast<__moneypunct_cache<char, true>*>(caches[2]); 114 auto __npw = static_cast<__numpunct_cache<wchar_t>*>(caches[3]); 115 auto __mpwf = static_cast<__moneypunct_cache<wchar_t, false>*>(caches[4]); 116 auto __mpwt = static_cast<__moneypunct_cache<wchar_t, true>*>(caches[5]); 128 // The caches must be populated last, after creating all facets.
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 99 locale::_Impl::_M_init_extra(facet** caches) 101 auto __npc = static_cast<__numpunct_cache<char>*>(caches[0]); 102 auto __mpcf = static_cast<__moneypunct_cache<char, false>*>(caches[1]); 103 auto __mpct = static_cast<__moneypunct_cache<char, true>*>(caches[2]); 114 auto __npw = static_cast<__numpunct_cache<wchar_t>*>(caches[3]); 115 auto __mpwf = static_cast<__moneypunct_cache<wchar_t, false>*>(caches[4]); 116 auto __mpwt = static_cast<__moneypunct_cache<wchar_t, true>*>(caches[5]); 128 // The caches must be populated last, after creating all facets.
|
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_fuchsia.cpp | 71 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) { 75 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); 77 caches);
|
| lsan_common.h | 108 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_fuchsia.cpp | 70 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) { 74 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); 76 caches);
|
| lsan_common.h | 231 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches);
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| reporter.cc | 48 if (info.caches.size() != 0) { 49 Out << "CPU Caches:\n"; 50 for (auto &CInfo : info.caches) {
|
| json_reporter.cc | 101 out << indent << "\"caches\": [\n"; 104 for (size_t i = 0; i < info.caches.size(); ++i) { 105 auto& CI = info.caches[i]; 116 if (i != info.caches.size() - 1) out << ",";
|
| /src/sys/arch/m68k/m68k/ |
| mmu_enable.s | 42 * Code fragment for enabling the MMU and on-chip caches. 83 movc %d0,%cacr | enable store buffer, I/D/B caches 88 movc %d0,%cacr | turn on both caches 117 movc %d0,%cacr | clear and enable caches
|
| mmu_subr.s | 128 movc %d0,%cacr | invalidate caches 195 movc %d0,%cacr | invalidate caches
|
| /src/usr.bin/make/unit-tests/ |
| varmod-sun-shell1.mk | 4 # given by the variable value only on first reference and caches its output.
|
| /src/sys/arch/acorn32/doc/ |
| bootoptions | 50 nocache Disable all processor caches
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| bsdstart.S | 86 .word 0xf4f8 | cpusha bc - push and inval caches 101 movc %d6,%cacr | turn off the caches
|
| /src/sys/arch/mips/mips/ |
| cache_r3k_subr.S | 159 # Swap the caches (so we store to I$) and isolate them from memory. 196 # Isolate the caches from memory.
|
| /src/lib/libc/locale/ |
| setlocale.c | 59 static SLIST_HEAD(, _locale_cache_t) caches = { 75 SLIST_FOREACH(old_cache, &caches, cache_link) { 130 SLIST_INSERT_HEAD(&caches, cache, cache_link);
|
| /src/sys/arch/x68k/x68k/ |
| locore.s | 168 .word 0xf4d8 | cinva bc - invalidate caches XXX 286 movc %d0,%cacr | enable store buffer, both caches 291 movc %d0,%cacr | turn on both caches 425 .word 0xf4f8 | cpusha bc - push and invalidate caches 437 movc %a1,%cacr | caches off
|
| /src/sys/arch/x68k/stand/boot/ |
| srt0.S | 80 .word 0xf4d8 | cinva bc - invalidate caches XXX
|
| /src/sys/arch/atari/atari/ |
| locore.s | 454 * in from the loader. Also make sure that all caches are cleared. 478 .word 0xf4f8 | cpusha bc - push&inval caches 487 .word 0xf4f8 | cpusha bc - push&inval caches 504 /* flush TLB and turn on caches */ 510 .word 0xf4f8 | cpusha bc - push & invalidate caches 569 .word 0xf4f8 | cpusha bc - push and inval caches
|
| /src/sys/arch/hppa/stand/common/ |
| srt0.S | 107 ; with separate instruction and data caches, we must flush our data
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| reporter_output_test.cc | 30 {"\"caches\": \\[$", MR_Next}}); 31 auto const& Caches = benchmark::CPUInfo::Get().caches; 32 if (!Caches.empty()) { 33 AddCases(TC_ConsoleErr, {{"CPU Caches:$", MR_Next}}); 35 for (size_t I = 0; I < Caches.size(); ++I) { 37 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$";
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_thread.cpp | 210 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {}
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.h | 664 cache_entry *caches; member in struct:_insn_table
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.h | 664 cache_entry *caches; member in struct:_insn_table
|