Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/vdso/
Dvclock_gettime.c121 *mode = VCLOCK_NONE; in vread_pvclock()
169 *mode = VCLOCK_NONE; in vread_pvclock()
284 if (do_realtime(ts) == VCLOCK_NONE) in __vdso_clock_gettime()
288 if (do_monotonic(ts) == VCLOCK_NONE) in __vdso_clock_gettime()
311 if (unlikely(do_realtime((struct timespec *)tv) == VCLOCK_NONE)) in __vdso_gettimeofday()
/linux-4.4.14/arch/x86/include/asm/
Dclocksource.h6 #define VCLOCK_NONE 0 /* No vDSO clock available. */ macro
/linux-4.4.14/arch/x86/kvm/
Dtrace.h811 {VCLOCK_NONE, "none"}, \