Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dstsi.h74 #define CPU_TOPOLOGY_MAX_LEVEL 6 macro
78 uint8_t mag[CPU_TOPOLOGY_MAX_LEVEL];
/kvm-unit-tests/s390x/
H A Dtopology.c32 static int expected_topo_lvl[CPU_TOPOLOGY_MAX_LEVEL] = { 1, 1, 1, 1, 1, 1 };
182 for (i = 0, n = 1; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in stsi_check_maxcpus()
223 report(info->mag[CPU_TOPOLOGY_MAX_LEVEL - i - 1] == expected_topo_lvl[i], in stsi_check_header()
226 info->mag[CPU_TOPOLOGY_MAX_LEVEL - i - 1], in stsi_check_header()
230 for (; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in stsi_check_header()
231 report(info->mag[CPU_TOPOLOGY_MAX_LEVEL - i - 1] == 0, in stsi_check_header()
233 info->mag[CPU_TOPOLOGY_MAX_LEVEL - i - 1], 0); in stsi_check_header()
466 for (i = 0; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in expected_num_cpus()