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