Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c59 gtod_t vdso_gtod; variable
82 vdso_gtod = (gtod_t)dlsym(vdso, "__vdso_gettimeofday"); in init_vdso()
83 if (!vdso_gtod) in init_vdso()
237 if (vdso_gtod) in test_gtod()
238 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod()
244 if (vdso_gtod) { in test_gtod()