ref: 2c9eeaf3cfd204ee49d676e8716445bb563249cd
dir: /vmtime.c/
/* * vmtime.c - Unified VM timing for vmx */ #include <u.h> #include <libc.h> #include <tos.h> #include <thread.h> #include "dat.h" #include "fns.h" static uvlong tsc_freq; static int initialized; extern vlong cached_tscoff;