Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/x86/
Dtest_vsyscall.c61 time_func_t vdso_time; variable
85 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()
86 if (!vdso_time) in init_vdso()
182 if (vdso_time) in test_time()
183 t_vdso = vdso_time(&t2_vdso); in test_time()
195 if (vdso_time) { in test_time()
/linux-6.12.1/tools/testing/selftests/vDSO/
Dvdso_test_abi.c103 vdso_time_t vdso_time = in vdso_test_time() local
106 if (!vdso_time) { in vdso_test_time()
112 long ret = VDSO_CALL(vdso_time, 1, NULL); in vdso_test_time()