MentOS
0.8.0
The Mentoring Operating System
|
Data structure to rapresent a memory node. In Uniform memory access (UMA) architectures there is only one node called contig_page_data. More...
Public Attributes | |
zone_t | node_zones [__MAX_NR_ZONES] |
Zones of the node. | |
int | nr_zones |
Number of zones in the node. | |
page_t * | node_mem_map |
Array of pages of the node. | |
unsigned long | node_start_paddr |
Physical address of the first page of the node. | |
unsigned long | node_start_mapnr |
Index on global mem_map for node_mem_map. | |
unsigned long | node_size |
Node's size in number of pages. | |
int | node_id |
NID. | |
struct pg_data_t * | node_next |
Next item in the memory node list. | |
Data structure to rapresent a memory node. In Uniform memory access (UMA) architectures there is only one node called contig_page_data.