Free Electron
|
Go to the source code of this file.
Classes | |
class | fe::System |
System call wrappers. More... | |
Namespaces | |
fe | |
kernel | |
Macros | |
#define | FEPREFETCH_READ(address) __builtin_prefetch(address,0,0) |
#define | FEPREFETCH_WRITE(address) __builtin_prefetch(address,1,0) |
#define | FE_PREFETCHING TRUE |