Searched refs:bootnode (Results 1 – 5 of 5) sorted by relevance
/arch/x86/include/asm/ |
D | acpi.h | 160 struct bootnode; 166 extern void acpi_fake_nodes(const struct bootnode *fake_nodes, 169 static inline void acpi_fake_nodes(const struct bootnode *fake_nodes, in acpi_fake_nodes()
|
D | numa_64.h | 7 struct bootnode { struct 12 extern int compute_hash_shift(struct bootnode *nodes, int numblks, argument
|
/arch/x86/mm/ |
D | srat_64.c | 30 static struct bootnode nodes[MAX_NUMNODES] __initdata; 31 static struct bootnode nodes_add[MAX_NUMNODES]; 36 static struct bootnode node_memblk_range[NR_NODE_MEMBLKS] __initdata; 52 struct bootnode *nd = &node_memblk_range[i]; in conflicting_memblks() 65 struct bootnode *nd = &nodes[i]; in cutoff_node() 152 static int hotadd_enough_memory(struct bootnode *nd) {return 1;} in hotadd_enough_memory() 169 struct bootnode *nd = &nodes_add[node]; in reserve_hotadd() 225 struct bootnode *nd, oldnode; in acpi_numa_memory_affinity_init() 299 static int __init nodes_cover_memory(const struct bootnode *nodes) in nodes_cover_memory() 431 void __init acpi_fake_nodes(const struct bootnode *fake_nodes, int num_nodes) in acpi_fake_nodes()
|
D | numa_64.c | 43 static int __init populate_memnodemap(const struct bootnode *nodes, in populate_memnodemap() 103 static int __init extract_lsb_from_nodes(const struct bootnode *nodes, in extract_lsb_from_nodes() 128 int __init compute_hash_shift(struct bootnode *nodes, int numnodes, in compute_hash_shift() 302 static int __init setup_node_range(int nid, struct bootnode *nodes, u64 *addr, in setup_node_range() 326 static int __init split_nodes_equally(struct bootnode *nodes, u64 *addr, in split_nodes_equally() 386 static int __init split_nodes_by_size(struct bootnode *nodes, u64 *addr, in split_nodes_by_size() 400 static struct bootnode nodes[MAX_NUMNODES] __initdata;
|
D | k8topology_64.c | 83 struct bootnode nodes[8]; in k8_scan_nodes()
|