Home
last modified time | relevance | path

Searched refs:last_tsc (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c179 return ((t - vxtime.last_tsc) * vxtime.tsc_quot) >> 32; in do_gettimeoffset_tsc()
372 offset = (((tsc - vxtime.last_tsc) * vxtime.tsc_quot) >> 32) - tick; in timer_interrupt()
382 vxtime.last_tsc = tsc - vxtime.quot * delay / vxtime.tsc_quot; in timer_interrupt()
384 if ((((tsc - vxtime.last_tsc) * vxtime.tsc_quot) >> 32) < offset) in timer_interrupt()
385 vxtime.last_tsc = tsc - (((long)offset << 32) / vxtime.tsc_quot) - 1; in timer_interrupt()
652 rdtscll_sync(&vxtime.last_tsc); in time_init()
Dvsyscall.c73 usec += (((t - __vxtime.last_tsc) * __vxtime.tsc_quot) >> 32); in do_vgettimeofday()
/linux-2.4.37.9/include/asm-x86_64/
Dvsyscall.h26 long last_tsc; member