Home
last modified time | relevance | path

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

12345678910>>...30

/external/u-boot/arch/arm/mach-uniphier/arm32/
Dcache-uniphier.c94 static void uniphier_cache_maint_common(u32 start, u32 size, u32 ways, in uniphier_cache_maint_common() argument
112 writel(ways, UNIPHIER_SSCOQWN); in uniphier_cache_maint_common()
128 static void uniphier_cache_maint_range(u32 start, u32 end, u32 ways, in uniphier_cache_maint_range() argument
156 uniphier_cache_maint_common(start, chunk_size, ways, in uniphier_cache_maint_range()
166 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways) in uniphier_cache_prefetch_range() argument
168 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_prefetch_range()
173 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_range() argument
175 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_range()
180 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_zero_range() argument
182 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_zero_range()
[all …]
Dcache-uniphier.h12 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways);
13 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways);
14 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways);
15 void uniphier_cache_inv_way(u32 ways);
/external/u-boot/arch/arm/cpu/armv7m/
Dcache.c59 u32 ways; member
67 cache->ways = (cache_size_id & MASK_NUM_WAYS) >> NUM_WAYS_SHIFT; in get_cache_ways_sets()
185 debug("cache: ways= %d, sets= %d\n", cache.ways + 1, cache.sets + 1); in action_dcache_all()
187 for (j = cache.ways; j >= 0; j--) { in action_dcache_all()
/external/eigen/bench/
Dcheck_cache_queries.cpp65 int ways = (abcd[1] & 0xFFC00000) >> 22; // B[31:22] in main() local
69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); in main()
73 cout << "cache[" << cache_id << "].ways = " << ways << "\n"; in main()
/external/selinux/
DREADME.android1 This fork of Android differs in the following ways:
17 This fork differs from upstream libselinux in at least the following ways:
/external/curl/docs/
DHELP-US.md4 looking for ways to contribute and help out, this document aims to give a few
13 One of the best ways is to start working on any problems or issues you have
55 brainstorming on specific ways to do the implementation etc.
/external/python/cpython3/Doc/library/
Dmodules.rst7 The modules described in this chapter provide new ways to import other Python
/external/grpc-grpc/src/core/ext/
DREADME.md2 useful ways. All optional code belongs here.
/external/python/cpython2/Doc/library/
Dmodules.rst8 The modules described in this chapter provide new ways to import other Python
/external/skia/site/dev/contrib/
Dindex.md4 Here some ways you can get involved and help us improve Skia.
18 interesting and profile it to find ways to speed up Skia's implementation.
/external/skqp/site/dev/contrib/
Dindex.md4 Here some ways you can get involved and help us improve Skia.
18 interesting and profile it to find ways to speed up Skia's implementation.
/external/mesa3d/src/gallium/drivers/etnaviv/
DREADME4 There are two ways how this driver might get used:
/external/owasp/sanitizer/tools/findbugs/doc/
Dplugins.txt2 Plugins can be specified in three different ways:
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Split.pbtxt28 The number of ways to split. Must evenly divide
/external/autotest/client/site_tests/dummy_Fail/
Dcontrol.dependency20 This is a helper test that will fail in a number of ways.
Dcontrol19 This is a helper test that will fail in a number of ways.
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dcontrol15 This test configures the cellular pseudomodem in various ways and makes sure
/external/toolchain-utils/debug_info_test/
Dngcc_comp_path.whitelist20 # glibc and libgcc are built in different ways.
/external/selinux/secilc/docs/
Dcil_introduction.md49 The design is aims to provide simplicity in several ways:
53 3. The statements are unambiguous and overlap in very well defined ways. This is in contrast to the…
55 …ules required the entire representation in memory as well. It is, in many ways, a natural result o…
57 In many ways, this design document describes what is different between the current language and CIL…
/external/tensorflow/tensorflow/contrib/cloud/ops/
Dgcs_config_ops.cc54 or in other ways be persisted or exfiltrated.
/external/curl/tests/data/
Dtest88745 # The protocol section doesn't support ways of specifying the raw data in the
Dtest88845 # The protocol section doesn't support ways of specifying the raw data in the
Dtest84243 # The protocol section doesn't support ways of specifying the raw data in the
/external/skia/site/dev/tools/
Dtracing.md7 Skia is instrumented to provide execution traces in several ways. Within Chrome, Skia is traced
13 in three ways, controlled by the `--trace` command line argument.
/external/skqp/site/dev/tools/
Dtracing.md7 Skia is instrumented to provide execution traces in several ways. Within Chrome, Skia is traced
13 in three ways, controlled by the `--trace` command line argument.

12345678910>>...30