Home
last modified time | relevance | path

Searched refs:bootmem_data_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/mm/
Dbootmem.c37 bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata;
78 static void __init link_bootmem(bootmem_data_t *bdata) in link_bootmem()
80 bootmem_data_t *ent; in link_bootmem()
95 static unsigned long __init init_bootmem_core(bootmem_data_t *bdata, in init_bootmem_core()
172 static unsigned long __init free_all_bootmem_core(bootmem_data_t *bdata) in free_all_bootmem_core()
276 bootmem_data_t *bdata; in free_all_bootmem()
288 static void __init __free(bootmem_data_t *bdata, in __free()
305 static int __init __reserve(bootmem_data_t *bdata, unsigned long sidx, in __reserve()
329 static int __init mark_bootmem_node(bootmem_data_t *bdata, in mark_bootmem_node()
355 bootmem_data_t *bdata; in mark_bootmem()
[all …]
/linux-4.1.27/arch/alpha/include/asm/
Dmmzone.h10 struct bootmem_data_t; /* stupid forward decl. */
/linux-4.1.27/include/linux/
Dbootmem.h35 } bootmem_data_t; typedef
37 extern bootmem_data_t bootmem_node_data[];
/linux-4.1.27/arch/alpha/mm/
Dnuma.c305 bootmem_data_t *bdata = &bootmem_node_data[nid]; in paging_init()