Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dsmp.h50 #define smp_height (smp_topology.height) macro
92 #define smp_height 1 macro
/linux-4.1.27/arch/tile/kernel/
Dsetup.c742 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()
Dsysfs.c47 return sprintf(page, "%u\n", smp_height); in chip_height_show()
Dhardwall.c221 for (y = 0, cpu = 0; y < smp_height; ++y) in check_rectangle()
Dpci_gx.c135 return irq % (smp_height * smp_width); in tile_irq_cpu()
/linux-4.1.27/arch/tile/mm/
Dpgtable.c376 BUG_ON(y >= smp_height); in set_remote_cache_cpu()