Searched refs:cpu_vdso (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/vDSO/ |
D | vdso_test_correctness.c | 176 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local 183 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 197 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu() 206 printf(" vdso: cpu %u, node %u", cpu_vdso, node_vdso); in test_getcpu()
|
/linux-6.6.21/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 325 unsigned cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local 330 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 354 if (cpu_vdso != cpu) { in test_getcpu() 355 printf("[FAIL]\tvDSO reported CPU %hu but should be %d\n", cpu_vdso, cpu); in test_getcpu()
|