Go to the source code of this file.
#define CLIB_LOG2_CACHE_LINE_BYTES 6 |
#define CLIB_PREFETCH |
( |
|
addr, |
|
|
|
size, |
|
|
|
type |
|
) |
| |
Value:do { \
_CLIB_PREFETCH (0,
size, type); \
_CLIB_PREFETCH (1,
size, type); \
_CLIB_PREFETCH (2,
size, type); \
_CLIB_PREFETCH (3,
size, type); \
} while (0)
#define CLIB_CACHE_LINE_BYTES
Definition at line 82 of file cache.h.
#define CLIB_PREFETCH_LOAD 0 /* alias for read */ |
#define CLIB_PREFETCH_READ 0 |
#define CLIB_PREFETCH_STORE 1 /* alias for write */ |
#define CLIB_PREFETCH_WRITE 1 |