Searched refs:CACHELINE_SIZE (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.h10 #define CACHELINE_SIZE 128 macro
H A Dflush_utils.c34 for (unsigned long j = 0; j < zero_size; j += CACHELINE_SIZE)
46 for (unsigned long j = 0; j < zero_size; j += CACHELINE_SIZE)
H A Drfi_flush.c60 p = (char *)memalign(zero_size, CACHELINE_SIZE);
73 l1d_misses_expected = iterations * (zero_size / CACHELINE_SIZE - 2);
H A Dentry_flush.c59 p = (char *)memalign(zero_size, CACHELINE_SIZE);
72 l1d_misses_expected = iterations * (zero_size / CACHELINE_SIZE - 2);
H A Duaccess_flush.c73 p = (char *)memalign(zero_size, CACHELINE_SIZE);
86 l1d_misses_expected = iterations * (zero_size / CACHELINE_SIZE - 2);
/linux-master/lib/zstd/common/
H A Dcompiler.h96 #define CACHELINE_SIZE 64 macro
102 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c1657 PREFETCH_L1(match); PREFETCH_L1(match+CACHELINE_SIZE); /* note : it's safe to invoke PREFETCH() on any memory address, including invalid ones */

Completed in 142 milliseconds