Home
last modified time | relevance | path

Searched refs:ways (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/openbsd/sys/arch/amd64/amd64/
H A Dcacheinfo.c42 u_int ways, linesize, totalsize; in amd64_print_l1_cacheinfo() local
60 ways = (ecx >> 16) & 0xff; in amd64_print_l1_cacheinfo()
68 switch (ways) { in amd64_print_l1_cacheinfo()
79 printf("%d-way", ways); in amd64_print_l1_cacheinfo()
86 ways = (edx >> 16) & 0xff; in amd64_print_l1_cacheinfo()
92 switch (ways) { in amd64_print_l1_cacheinfo()
103 printf("%d-way", ways); in amd64_print_l1_cacheinfo()
129 ways = (ecx >> 12) & 0x0f; in amd64_print_l2_cacheinfo()
138 switch (ways) { in amd64_print_l2_cacheinfo()
147 printf("%d-way", ways); in amd64_print_l2_cacheinfo()
[all …]
/openbsd/sys/arch/arm/arm/
H A Dcpufunc.c267 int sets, ways, lvl; in armv7_dcache_wbinv_all() local
288 for (ways = 0; ways < nways; ways++) { in armv7_dcache_wbinv_all()
H A Dcpu.c166 uint32_t ctr, ccsidr, sets, ways, line; in cpu_identify() local
234 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
237 (sets * ways * line) / 1024, line, ways, (i + 1), in cpu_identify()
247 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
250 (sets * ways * line) / 1024, line, ways, (i + 1)); in cpu_identify()
258 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
261 (sets * ways * line) / 1024, line, ways, (i + 1)); in cpu_identify()
/openbsd/sys/arch/sh/sh/
H A Dcache_sh4.c72 int ways; in sh4_cache_config() local
88 ways = 1; in sh4_cache_config()
97 ways = 2; in sh4_cache_config()
130 sh_cache_ways = ways; in sh4_cache_config()
132 sh_cache_prefer_mask = (dcache_size / ways - 1); in sh4_cache_config()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c466 uint32_t ctr, sets, ways, line; in cpu_identify() local
549 ways = CCSIDR_CCIDX_WAYS(ccsidr); in cpu_identify()
553 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
557 (sets * ways * line) / 1024, line, ways, (i + 1), in cpu_identify()
568 ways = CCSIDR_CCIDX_WAYS(ccsidr); in cpu_identify()
572 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
576 (sets * ways * line) / 1024, line, ways, (i + 1)); in cpu_identify()
585 ways = CCSIDR_CCIDX_WAYS(ccsidr); in cpu_identify()
589 ways = CCSIDR_WAYS(ccsidr); in cpu_identify()
593 (sets * ways * line) / 1024, line, ways, (i + 1)); in cpu_identify()
/openbsd/sys/arch/riscv64/riscv64/
H A Dcpu.c271 uint32_t ways, iways, dways; in cpu_attach() local
276 ways = OF_getpropint(node, "cache-sets", 0); in cpu_attach()
279 iways = OF_getpropint(node, "i-cache-sets", ways); in cpu_attach()
282 dways = OF_getpropint(node, "d-cache-sets", ways); in cpu_attach()
/openbsd/usr.bin/units/
H A DREADME10 ways:
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def1 //=- UnsafeBufferUsageGadgets.def - List of ways to use a buffer --*- C++ -*-=//
/openbsd/gnu/gcc/gcc/doc/
H A Dservice.texi10 ways to find it:
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dservice.texi10 ways to find it:
/openbsd/gnu/usr.bin/perl/hints/
H A Dcxux.sh99 failing in mysterious ways (such as failing to find library routines which
/openbsd/regress/sys/netinet/ipsec/
H A DREADME16 are processed in both ways.
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst44 Different languages have different ways of handling this. The easiest
49 extending the type system in all sorts of interesting ways. Simple
74 many different ways to go here.
193 continue to enhance and improve it in many different ways. In addition
245 closures. There are often better ways to implement these features than
/openbsd/gnu/llvm/clang/www/demo/
H A Dwhat is this directory.txt4 …require some major changes or not to report this info. Maybe also adding ways that people can use…
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt37 Some notes on ways that the generated code could be improved follow:
63 we should consider alternate ways to model stack dependencies.
/openbsd/distrib/notes/amd64/
H A Dinstall4 There are several ways to install OpenBSD onto a disk. The easiest way,
/openbsd/distrib/notes/i386/
H A Dinstall4 There are several ways to install OpenBSD onto a disk. The easiest way,
/openbsd/sys/dev/pci/drm/i915/soc/
H A Dintel_dram.c692 static const u8 ways[8] = { 4, 8, 12, 16, 16, 16, 16, 16 }; in gen9_edram_size_mb() local
696 ways[EDRAM_WAYS_IDX(cap)] * in gen9_edram_size_mb()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DTODO257 Investiagate ways of reducing memory.
261 Investigate ways of improving load time.
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DREADME.session6 only cdrecord knows the different ways to gather these numbers for all
/openbsd/distrib/notes/
H A Dpackages3 excellent third party software applications. There are several ways to do
/openbsd/gnu/llvm/lldb/docs/use/
H A Dlinks.rst23 Discover the various ways to display values in your app, how to format
/openbsd/gnu/llvm/llvm/docs/
H A DTestSuiteMakefileGuide.rst97 ways. If the variable TEST is defined on the ``gmake`` command line, the
115 There are a number of ways to run the tests and generate output. The
/openbsd/gnu/llvm/clang/docs/
H A DLibTooling.rst20 In this tutorial, we'll demonstrate the different ways of running Clang's
47 are different ways to create a compilation database, and we need to support all
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/
H A Dabi.txt296 Testing the C++ compiler ABI can be done various ways.
313 Testing the C++ library ABI can also be done various ways.
316 (Brendan Kehoe, Jeff Law suggestion to run 'make check-c++' two ways,

12345678910>>...17