···88#define VCLOCK_NONE 0 /* No vDSO clock available. */99#define VCLOCK_TSC 1 /* vDSO should use vread_tsc. */1010#define VCLOCK_HPET 2 /* vDSO should use vread_hpet. */1111+#define VCLOCK_PVCLOCK 3 /* vDSO should use vread_pvclock. */11121213struct arch_clocksource_data {1314 int vclock_mode;