Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c64 typedef long (*time_func_t)(time_t *t); typedef
65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400);
66 time_func_t vdso_time;
90 vdso_time = (time_func_t)dlsym(vdso, "__vdso_time"); in init_vdso()