Searched refs:CACHELINE_SIZE (Results 1 – 5 of 5) sorted by relevance
18 #define CACHELINE_SIZE 128 macro38 for (unsigned long j = 0; j < zero_size; j += CACHELINE_SIZE) in syscall_loop()67 p = (char *)memalign(zero_size, CACHELINE_SIZE); in rfi_flush_test()79 l1d_misses_expected = iterations * (zero_size / CACHELINE_SIZE - 2); in rfi_flush_test()
27 #define CACHELINE_SIZE 64 macro44 p += CACHELINE_SIZE; in gen_clflush_range()
403 #define CACHELINE_SIZE 64 macro405 #define CACHELINE_SIZE 128 macro409 #define CACHELINE_SIZE 64 macro416 #define CACHELINE_SIZE 32 macro418 #define CACHELINE_SIZE 64 macro422 #ifndef CACHELINE_SIZE // NOLINT425 #define CACHELINE_SIZE 64 macro428 #define CACHELINE_ALIGNED __attribute__((aligned(CACHELINE_SIZE)))729 #define CACHELINE_SIZE 64 macro
140 #define CACHELINE_SIZE 64 macro146 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
1588 for (uint32_t i = 0; i < (*bbo)->length; i += CACHELINE_SIZE) in setup_execbuf_for_cmd_buffer()