Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c75 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local
84 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
98 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu()
107 printf(" vsyscall: cpu %u, node %u", cpu_vsys, in test_getcpu()