Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
A Dtest_vsyscall.c224 unsigned int cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local
246 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
291 if (cpu_vsys != cpu || node_vsys != node) { in test_getcpu()
292 if (cpu_vsys != cpu) in test_getcpu()
294 cpu_vsys, cpu); in test_getcpu()
/linux/tools/testing/selftests/vDSO/
A Dvdso_test_correctness.c183 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local
192 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
206 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu()
215 printf(" vsyscall: cpu %u, node %u", cpu_vsys, in test_getcpu()

Completed in 8 milliseconds