Linux Kernel
3.7.1
|
#include <linux/cpu.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/node.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/module.h>
#include <asm/mmzone.h>
#include <asm/numa.h>
Go to the source code of this file.
Functions | |
int | paddr_to_nid (unsigned long paddr) |
Variables | |
int | num_node_memblks |
struct node_memblk_s | node_memblk [NR_NODE_MEMBLKS] |
struct node_cpuid_s | node_cpuid [NR_CPUS] |
u8 | numa_slit [MAX_NUMNODES *MAX_NUMNODES] |
struct node_memblk_s node_memblk[NR_NODE_MEMBLKS] |
u8 numa_slit[MAX_NUMNODES *MAX_NUMNODES] |