#include <kernel/config.h>
Go to the source code of this file.
Defines | |
| #define | L1_CACHE_SHIFT CONFIG_X86_L1_CACHE_SHIFT |
| The L1 cache line size (how many bits are used). The L1 cache line size (how many bits are used). | |
| #define | L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |
| The L1 cache line size (in bytes). | |
Definition in file cache.h.
|
|
The L1 cache line size (in bytes).
|
|
|
The L1 cache line size (how many bits are used). The L1 cache line size (how many bits are used).
|
1.2.18