Searched refs:node_vsys (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_correctness.c | 183 node_sys, node_vdso, node_vsys; in test_getcpu() local 191 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 198 node = node_vsys; in test_getcpu() 205 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu() 215 node_vsys); in test_getcpu()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 325 unsigned cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local 332 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 377 node = node_vsys; in test_getcpu() 387 if (node_vsys != node) { in test_getcpu() 388 printf("[FAIL]\tvsyscall reported node %hu but should be %hu\n", node_vsys, node); in test_getcpu()
|