Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c177 node_sys, node_vdso, node_vsys; in test_getcpu() local
185 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
192 node = node_vsys; in test_getcpu()
199 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu()
209 node_vsys); in test_getcpu()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c325 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()