Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/mm/
Ddiscontig.c49 pg_data_t *pgdat_list[MAX_NUMNODES]; variable
277 pgdat_list[node] = __va(pernode); in fill_pernode()
388 if (pgdat_list[node]) { in scatter_node_data()
389 dst = LOCAL_DATA_ADDR(pgdat_list[node])->pg_data_ptrs; in scatter_node_data()
390 memcpy(dst, pgdat_list, sizeof(pgdat_list)); in scatter_node_data()
454 ptr = __alloc_bootmem_node(pgdat_list[bestnode], pernodesize, in memory_less_node_alloc()
649 pgdat_list[update_node] = update_pgdat; in arch_refresh_nodedata()
/Linux-v4.19/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()
/Linux-v4.19/arch/ia64/include/asm/
Dnuma.h27 extern pg_data_t *pgdat_list[MAX_NUMNODES];