Searched defs:NODE_DATA (Results 1 - 14 of 14) sorted by relevance

/arch/sparc/include/asm/
H A Dmmzone.h10 #define NODE_DATA(nid) (node_data[nid]) macro
/arch/x86/include/asm/
H A Dmmzone_64.h14 #define NODE_DATA(nid) (node_data[nid]) macro
H A Dmmzone_32.h13 #define NODE_DATA(nid) (node_data[nid]) macro
/arch/m68k/include/asm/
H A Dmmzone.h6 #define NODE_DATA(nid) (&pg_data_map[nid]) macro
7 #define NODE_MEM_MAP(nid) (NODE_DATA(nid)->node_mem_map)
/arch/powerpc/include/asm/
H A Dmmzone.h26 #define NODE_DATA(nid) (node_data[nid]) macro
/arch/tile/include/asm/
H A Dmmzone.h19 #define NODE_DATA(nid) (&node_data[nid]) macro
/arch/ia64/include/asm/
H A Dnodedata.h41 * NODE_DATA - should be used in all code not related to system
47 #define NODE_DATA(nid) (local_node_data->pg_data_ptrs[nid]) macro
/arch/m32r/include/asm/
H A Dmmzone.h14 #define NODE_DATA(nid) (node_data[nid]) macro
16 #define node_localnr(pfn, nid) ((pfn) - NODE_DATA(nid)->node_start_pfn)
49 return(NODE_DATA(pfn_to_nid(pfn)));
/arch/metag/include/asm/
H A Dmmzone.h8 #define NODE_DATA(nid) (node_data[nid]) macro
23 return NODE_DATA(pfn_to_nid(pfn));
/arch/sh/include/asm/
H A Dmmzone.h10 #define NODE_DATA(nid) (node_data[nid]) macro
25 return NODE_DATA(pfn_to_nid(pfn));
/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h33 #define NODE_DATA(n) (&__node_data[(n)]->pglist) macro
/arch/parisc/include/asm/
H A Dmmzone.h16 #define NODE_DATA(nid) (&node_data[nid].pg_data) macro
/arch/alpha/include/asm/
H A Dmmzone.h32 #define NODE_DATA(nid) (&node_data[(nid)]) macro
34 #define node_localnr(pfn, nid) ((pfn) - NODE_DATA(nid)->node_start_pfn)
66 ((unsigned long)__va(NODE_DATA(kvaddr_to_nid(kaddr))->node_start_pfn \
/arch/mips/include/asm/mach-loongson/
H A Dmmzone.h47 #define NODE_DATA(n) (&__node_data[(n)]->pglist) macro

Completed in 723 milliseconds