ref: 18cd045b76f7e605ac127f4276a6029a844cfd53
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;