Searched refs:plat_pg_data_t (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dmmzone.h13 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
18 extern plat_pg_data_t *plat_node_data[];
104 plat_pg_data_t *plat_pgdat = plat_node_data[nid];
126 plat_pg_data_t *nd = PLAT_NODE_DATA(nodeid); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dmmzone.h13 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
18 extern plat_pg_data_t *plat_node_data[];
104 plat_pg_data_t *plat_pgdat = plat_node_data[nid];
126 plat_pg_data_t *nd = PLAT_NODE_DATA(nodeid); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmmzone.h16 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
23 extern plat_pg_data_t *plat_node_data[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmmzone.h16 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
23 extern plat_pg_data_t *plat_node_data[];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dmmzone.h27 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
35 extern plat_pg_data_t *plat_node_data[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dmmzone.h27 } plat_pg_data_t; typedef in typeref:struct:plat_pglist_data
35 extern plat_pg_data_t *plat_node_data[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c40 plat_pg_data_t *plat_node_data[MAX_COMPACT_NODES];
186 node_datasz = PFN_UP(sizeof(plat_pg_data_t));
200 plat_node_data[node] = (plat_pg_data_t *)(__va(slot_freepfn \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dnuma.c20 plat_pg_data_t *plat_node_data[MAXNODE];
35 const int pgdat_size = round_up(sizeof(plat_pg_data_t), PAGE_SIZE);
51 memset(PLAT_NODE_DATA(nodeid), 0, sizeof(plat_pg_data_t));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dnuma.c22 plat_pg_data_t *plat_node_data[MAX_NUMNODES];
68 unsigned long node_datasz = PFN_UP(sizeof(plat_pg_data_t));
126 PLAT_NODE_DATA(nid) = (plat_pg_data_t *)(__va(min_low_pfn << PAGE_SHIFT));
127 /* Quasi-mark the plat_pg_data_t as in-use */

Completed in 103 milliseconds