Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dsmp.h50 #define smp_height (smp_topology.height) macro
91 #define smp_height 1 macro
/arch/tile/kernel/
Dsetup.c594 int num_cpus = smp_height * smp_width; in zone_sizes_init()
717 int h = smp_height; in node_neighbors()
753 for (coord.y = 0; coord.y < smp_height; ++coord.y) { in setup_numa_mapping()
820 for (y = 0; y < smp_height; ++y) { in setup_numa_mapping()
843 for (i = 0; i < smp_height * smp_width; ++i) in topology_init()
1019 if ((smp_height * smp_width) > nr_cpu_ids) in validate_hv()
1021 " NR_CPUS %d\n", smp_height, smp_width, in validate_hv()
1175 for (; i < smp_height * smp_width; ++i) in setup_cpu_maps()
1178 for (i = smp_height * smp_width; i < NR_CPUS; ++i) in setup_cpu_maps()
Dsysfs.c47 return sprintf(page, "%u\n", smp_height); in chip_height_show()
Dhardwall.c125 for (y = 0, cpu = 0; y < smp_height; ++y) in setup_rectangle()
/arch/tile/mm/
Dpgtable.c419 BUG_ON(y >= smp_height); in set_remote_cache_cpu()