Home
last modified time | relevance | path

Searched refs:SHIM_ICACHE (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-cache.c379 (void)shim_cacheflush(bad_addr, size, SHIM_ICACHE); 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()
H A Dstress-icache.c128 (void)shim_cacheflush((char *)addr, page_sz, SHIM_ICACHE); \
H A Dstress-ng.h826 #define SHIM_ICACHE (ICACHE) macro
828 #define SHIM_ICACHE (1 << 0) macro