Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dconsole.c223 uint64_t tsc; in console_vmexit_callback() local
226 tsc = cpu_ticks(); in console_vmexit_callback()
227 if (tsc - prev_tsc > (TICKS_PER_MS * CONSOLE_KICK_TIMER_TIMEOUT)) { in console_vmexit_callback()
229 prev_tsc = tsc; in console_vmexit_callback()
A Dtrace.c19 uint64_t tsc; /* TSC */ member
55 entry->tsc = cpu_ticks(); in trace_put()
A Dprofiling.c342 pkt_header.tsc = cpu_ticks(); in profiling_generate_data()
409 pkt_header.tsc = cpu_ticks(); in profiling_generate_data()
/hypervisor/arch/x86/guest/
A Dhyperv.c93 uint64_t tsc; in hyperv_scale_tsc() local
95 tsc = rdtsc() + exec_vmread64(VMX_TSC_OFFSET_FULL); in hyperv_scale_tsc()
97 return u64_mul_u64_shr64(tsc, scale); in hyperv_scale_tsc()
/hypervisor/common/
A Dtimer.c77 uint64_t tsc = timer->timeout; in local_add_timer() local
82 if (tmp->timeout < tsc) { in local_add_timer()
/hypervisor/include/debug/
A Dprofiling_internal.h227 uint64_t tsc; member
/hypervisor/
A DMakefile220 HW_C_SRCS += arch/x86/tsc.c

Completed in 12 milliseconds