Home
last modified time | relevance | path

Searched refs:shim_cacheflush (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-cache.c371 (void)shim_cacheflush(addr, size, 0); in stress_cache_flush()
372 (void)shim_cacheflush(addr, size, ~0); in stress_cache_flush()
373 (void)shim_cacheflush(addr, 0, SHIM_DCACHE); in stress_cache_flush()
374 (void)shim_cacheflush(addr, 1, SHIM_DCACHE); in stress_cache_flush()
375 (void)shim_cacheflush(addr, -1, SHIM_DCACHE); in stress_cache_flush()
379 (void)shim_cacheflush(bad_addr, size, SHIM_ICACHE); in stress_cache_flush()
380 (void)shim_cacheflush(bad_addr, size, SHIM_DCACHE); in stress_cache_flush()
381 (void)shim_cacheflush(bad_addr, size, SHIM_ICACHE | SHIM_DCACHE); in stress_cache_flush()
565 (void)shim_cacheflush((char *)stress_cache, 8192, SHIM_ICACHE); in stress_cache()
566 (void)shim_cacheflush((char *)mem_cache, (int)mem_cache_size, SHIM_DCACHE); in stress_cache()
H A Dstress-mcontend.c265 (void)shim_cacheflush((void *)data0, 64, SHIM_DCACHE); in stress_memory_contend()
266 (void)shim_cacheflush((void *)data1, 64, SHIM_DCACHE); in stress_memory_contend()
H A Dstress-icache.c128 (void)shim_cacheflush((char *)addr, page_sz, SHIM_ICACHE); \
H A Dstress-prefetch.c127 shim_cacheflush((char *)l3_data, (int)l3_data_size, SHIM_DCACHE); in stress_prefetch_benchmark()
H A Dcore-shim.c61 int shim_cacheflush(char *addr, int nbytes, int cache) in shim_cacheflush() function
H A Dstress-ng.h4195 #define shim_clflush(ptr) shim_cacheflush((char *)ptr, 64, DCACHE)
4721 extern int shim_cacheflush(char *addr, int nbytes, int cache);
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog4864 * Voidify return from calls to shim_cacheflush
7093 * stress-icache: call shim_cacheflush to flush ICACHE