Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cache.h File Reference
#include <linux/linkage.h>

Go to the source code of this file.

Macros

#define L1_CACHE_SHIFT   (CONFIG_X86_L1_CACHE_SHIFT)
 
#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)
 
#define __read_mostly   __attribute__((__section__(".data..read_mostly")))
 
#define INTERNODE_CACHE_SHIFT   CONFIG_X86_INTERNODE_CACHE_SHIFT
 
#define INTERNODE_CACHE_BYTES   (1 << INTERNODE_CACHE_SHIFT)
 

Macro Definition Documentation

#define __read_mostly   __attribute__((__section__(".data..read_mostly")))

Definition at line 10 of file cache.h.

#define INTERNODE_CACHE_BYTES   (1 << INTERNODE_CACHE_SHIFT)

Definition at line 13 of file cache.h.

#define INTERNODE_CACHE_SHIFT   CONFIG_X86_INTERNODE_CACHE_SHIFT

Definition at line 12 of file cache.h.

#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)

Definition at line 8 of file cache.h.

#define L1_CACHE_SHIFT   (CONFIG_X86_L1_CACHE_SHIFT)

Definition at line 7 of file cache.h.