Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtopology.c49 static int topology_mode = TOPOLOGY_MODE_UNINITIALIZED; variable
76 switch (topology_mode) { in cpu_group_map()
108 if (topology_mode != TOPOLOGY_MODE_HW) in cpu_thread_map()
269 if (topology_mode != TOPOLOGY_MODE_HW) { in update_cpu_masks()
270 id = topology_mode == TOPOLOGY_MODE_PACKAGE ? 0 : cpu; in update_cpu_masks()
572 if (topology_mode == TOPOLOGY_MODE_UNINITIALIZED) { in topology_init_early()
574 topology_mode = TOPOLOGY_MODE_HW; in topology_init_early()
576 topology_mode = TOPOLOGY_MODE_SINGLE; in topology_init_early()
605 return topology_mode != TOPOLOGY_MODE_SINGLE; in topology_is_enabled()
616 topology_mode in topology_setup()
[all...]