Go to the source code of this file.
◆ CLIB_CACHE_LINE_ALIGN_MARK
◆ CLIB_CACHE_LINE_BYTES
◆ CLIB_CACHE_LINE_ROUND
◆ CLIB_LOG2_CACHE_LINE_BYTES
#define CLIB_LOG2_CACHE_LINE_BYTES 6 |
◆ CLIB_N_PREFETCHES
#define CLIB_N_PREFETCHES 16 |
◆ CLIB_PREFETCH
#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 80 of file cache.h.
◆ CLIB_PREFETCH_LOAD
#define CLIB_PREFETCH_LOAD 0 /* alias for read */ |
◆ CLIB_PREFETCH_READ
#define CLIB_PREFETCH_READ 0 |
◆ CLIB_PREFETCH_STORE
#define CLIB_PREFETCH_STORE 1 /* alias for write */ |
◆ CLIB_PREFETCH_WRITE
#define CLIB_PREFETCH_WRITE 1 |