Home
last modified time | relevance | path

Searched refs:pgdat_list (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/mm/
Ddiscontig.c50 pg_data_t *pgdat_list[MAX_NUMNODES]; variable
281 pgdat_list[node] = __va(pernode); in fill_pernode()
287 pgdat_list[node]->bdata = bdp; in fill_pernode()
375 free_bootmem_node(pgdat_list[node], start, len); in free_node_bootmem()
394 pg_data_t *pdp = pgdat_list[node]; in reserve_pernode_space()
428 if (pgdat_list[node]) { in scatter_node_data()
429 dst = LOCAL_DATA_ADDR(pgdat_list[node])->pg_data_ptrs; in scatter_node_data()
430 memcpy(dst, pgdat_list, sizeof(pgdat_list)); in scatter_node_data()
494 ptr = __alloc_bootmem_node(pgdat_list[bestnode], pernodesize, in memory_less_node_alloc()
571 init_bootmem_node(pgdat_list[node], in find_memory()
[all …]
/arch/ia64/kernel/
Dmachine_kexec.c149 VMCOREINFO_SYMBOL(pgdat_list); in arch_crash_save_vmcoreinfo()
150 VMCOREINFO_LENGTH(pgdat_list, MAX_NUMNODES); in arch_crash_save_vmcoreinfo()
/arch/ia64/include/asm/
Dnuma.h27 extern pg_data_t *pgdat_list[MAX_NUMNODES];