Searched refs:tsc (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dtsc.cpp9 #include <arch/x86/tsc.h>
H A Darch.cpp23 #include <arch/x86/tsc.h>
H A Drules.mk71 $(LOCAL_DIR)/tsc.cpp \
H A Dmp.cpp26 #include <arch/x86/tsc.h>
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock_priv.h25 uint64_t tsc; member in struct:PvClockOffset
H A Dpvclock.cpp153 uint64_t tsc = rdtsc(); local
156 offset->tsc = tsc;
/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp122 uint64_t tsc = rdtsc(); local
123 time = ticks_to_nanos(tsc);
497 bool use_invariant_tsc = invariant_tsc && (!force_wallclock || !strcmp(force_wallclock, "tsc"));

Completed in 85 milliseconds