Searched refs:smp_height (Results 1 – 6 of 6) sorted by relevance
50 #define smp_height (smp_topology.height) macro92 #define smp_height 1 macro
742 int num_cpus = smp_height * smp_width; in zone_sizes_init()869 int h = smp_height; in node_neighbors()905 for (coord.y = 0; coord.y < smp_height; ++coord.y) { in setup_numa_mapping()972 for (y = 0; y < smp_height; ++y) { in setup_numa_mapping()995 for (i = 0; i < smp_height * smp_width; ++i) in topology_init()1204 if ((smp_height * smp_width) > nr_cpu_ids) in validate_hv()1206 smp_height, smp_width, nr_cpu_ids); in validate_hv()1354 for (; i < smp_height * smp_width; ++i) in setup_cpu_maps()1357 for (i = smp_height * smp_width; i < NR_CPUS; ++i) in setup_cpu_maps()
47 return sprintf(page, "%u\n", smp_height); in chip_height_show()
221 for (y = 0, cpu = 0; y < smp_height; ++y) in check_rectangle()
135 return irq % (smp_height * smp_width); in tile_irq_cpu()
376 BUG_ON(y >= smp_height); in set_remote_cache_cpu()