Searched refs:hrtime_base (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 537 ldx [%l4 + %lo(hrtime_base)], %g1 ! load current hrtime_base 545 ldx [%l4 + %lo(hrtime_base)], %l1 550 stx %l0, [%l4 + %lo(hrtime_base)] ! update hrtime_base 705 hrtime_t hrtime_base; 720 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick 737 hrtime_base: label
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | machlock.h | 81 extern hrtime_t hrtime_base;
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 691 ldx [%l4 + %lo(hrtime_base)], %g1 ! load current hrtime_base 699 ldx [%l4 + %lo(hrtime_base)], %l1 704 stx %l0, [%l4 + %lo(hrtime_base)] ! update hrtime_base 859 hrtime_t hrtime_base; 874 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick 891 hrtime_base: label
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | clock.h | 58 extern hrtime_t hrtime_base;
|
/titanic_44/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 42 hrtime_t hrtime_base; variable
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 146 ldx [scr + %lo(hrtime_base)], base; /* load hrtime_base */ \
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | cbe.c | 304 hrtime_base = gethrtime(); in cbe_init()
|
/titanic_44/usr/src/uts/i86pc/io/psm/ |
H A D | uppc.c | 1057 temp = hrtime_base; in uppc_gethrtime() 1065 if (temp != hrtime_base) in uppc_gethrtime()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 260 ldx [scr + %lo(hrtime_base)], base; /* load hrtime_base */ \
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 3588 hrtime_t hrtime_base; 3599 DGDEF3(hrtime_base, 8, 8) 3641 addq %r8, hrtime_base(%rip) /* add interval to hrtime_base */ 3703 addl %edx, hrtime_base / add interval to hrtime_base 3704 adcl %ecx, hrtime_base+4
|