Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | slice_data |
struct | hub_data |
struct | node_data |
Macros | |
#define | pa_to_nid(addr) NASID_TO_COMPACT_NODEID(NASID_GET(addr)) |
#define | LEVELS_PER_SLICE 128 |
#define | NODE_DATA(n) (&__node_data[(n)]->pglist) |
#define | hub_data(n) (&__node_data[(n)]->hub) |
Variables | |
struct node_data * | __node_data [] |
#define NODE_DATA | ( | n | ) | (&__node_data[(n)]->pglist) |
#define pa_to_nid | ( | addr | ) | NASID_TO_COMPACT_NODEID(NASID_GET(addr)) |
Definition at line 37 of file ip27-memory.c.