Searched refs:cpu_vdso (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| A D | test_vsyscall.c | 224 unsigned int cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local 244 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 266 if (cpu_vdso != cpu || node_vdso != node) { in test_getcpu() 267 if (cpu_vdso != cpu) in test_getcpu() 269 cpu_vdso, cpu); in test_getcpu()
|
| /linux/tools/testing/selftests/vDSO/ |
| A D | vdso_test_correctness.c | 183 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local 190 ret_vdso = VDSO_CALL(vdso_getcpu, 3, &cpu_vdso, &node_vdso, 0); in test_getcpu() 204 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu() 213 printf(" vdso: cpu %u, node %u", cpu_vdso, node_vdso); in test_getcpu()
|
Completed in 7 milliseconds