ref: e62b1e38428082d5ad17a51bdff25b16c1db3caf
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;