Searched refs:node_data (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmzone.h22 extern struct pglist_data *node_data[];
26 #define NODE_DATA(nid) (node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dmmzone.h8 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmmzone_64.h26 extern struct pglist_data *node_data[];
33 VIRTUAL_BUG_ON(nid >= MAX_NUMNODES || !node_data[nid]);
37 #define NODE_DATA(nid) (node_data[nid])
H A Dmmzone_32.h12 extern struct pglist_data *node_data[];
13 #define NODE_DATA(nid) (node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dmmzone.h18 extern struct pglist_data node_data[];
19 #define NODE_DATA(nid) (&node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h26 struct node_data { struct
31 extern struct node_data *__node_data[];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dnodedata.h34 * Return a pointer to the node_data structure for the executing cpu.
36 #define local_node_data (local_cpu_data->node_data)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dmmzone.h13 extern struct node_map_data node_data[];
15 #define NODE_DATA(nid) (&node_data[nid].pg_data)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dmmzone.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnuma.c18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
19 EXPORT_SYMBOL_GPL(node_data); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dmmzone.h16 extern pg_data_t node_data[];
32 #define NODE_DATA(nid) (&node_data[(nid)])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmachine_kexec.c147 VMCOREINFO_SYMBOL(node_data);
148 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmachine_kexec.c52 VMCOREINFO_SYMBOL(node_data);
53 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmemory_hotplug.h93 * node_data[nid] = kzalloc() works well. But it depends on the architecture.
119 extern pg_data_t *node_data[];
122 node_data[nid] = pgdat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Ddiscontig.c21 struct pglist_data *node_data[MAX_NUMNODES]; variable in typeref:struct:pglist_data
22 EXPORT_SYMBOL(node_data); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dnuma_64.c23 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
24 EXPORT_SYMBOL(node_data); variable
224 node_data[nodeid] = early_node_mem(nodeid, start, end, pgdat_size,
226 if (node_data[nodeid] == NULL)
228 nodedata_phys = __pa(node_data[nodeid]);
261 node_data[nodeid] = NULL;
H A Dnuma_32.c43 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
44 EXPORT_SYMBOL(node_data); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Ddiscontig.c37 struct ia64_node_data *node_data; member in struct:early_node_data
285 mem_data[node].node_data = __va(pernode);
451 /* Set the node_data pointer for each per-cpu struct */
454 per_cpu(ia64_cpu_info, cpu).node_data =
455 mem_data[node].node_data;
464 cpu0_cpu_info->node_data = mem_data[node].node_data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dparisc_ksyms.c152 EXPORT_SYMBOL(node_data); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmachine_kexec_32.c266 VMCOREINFO_SYMBOL(node_data);
267 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
H A Dmachine_kexec_64.c352 VMCOREINFO_SYMBOL(node_data);
353 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dnuma.c21 pg_data_t node_data[MAX_NUMNODES]; variable
22 EXPORT_SYMBOL(node_data); variable
144 DBGDCONT(" DISCONTIG: node_data[%d] is at 0x%p\n", nid, NODE_DATA(nid));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-memory.c36 struct node_data *__node_data[MAX_COMPACT_NODES];
426 static struct node_data null_node = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbdefs.h261 u8 node_data[1]; member in struct:dsp_cbdata

Completed in 386 milliseconds

12