Home
last modified time | relevance | path

Searched refs:hrestime_adj (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/i86pc/ml/
H A Dcomm_page.s32 int64_t hrestime_adj;
72 DGDEF2(hrestime_adj, 8)
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s555 ldx [%l4 + %lo(hrestime_adj)], %l0 ! %l0 = hrestime_adj
557 ! hrestime_adj == 0 ?
560 tst %l0 ! is hrestime_adj >= 0 ?
564 addcc %l0, %l5, %g0 ! hrestime_adj < -adj ?
568 mov %l0, %l5 ! no, so set adj = hrestime_adj
570 subcc %l0, %l5, %g0 ! hrestime_adj < adj ?
571 bl,a,pt %xcc, 2f ! yes, set adj = hrestime_adj
572 mov %l0, %l5 ! delay: adj = hrestime_adj
578 stx %l0, [%l4 + %lo(hrestime_adj)] ! hrestime_adj = timedelta
702 int64_t hrestime_adj;
[all …]
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s709 ldx [%l4 + %lo(hrestime_adj)], %l0 ! %l0 = hrestime_adj
711 ! hrestime_adj == 0 ?
714 tst %l0 ! is hrestime_adj >= 0 ?
718 addcc %l0, %l5, %g0 ! hrestime_adj < -adj ?
722 mov %l0, %l5 ! no, so set adj = hrestime_adj
724 subcc %l0, %l5, %g0 ! hrestime_adj < adj ?
725 bl,a,pt %xcc, 2f ! yes, set adj = hrestime_adj
726 mov %l0, %l5 ! delay: adj = hrestime_adj
732 stx %l0, [%l4 + %lo(hrestime_adj)] ! hrestime_adj = timedelta
856 int64_t hrestime_adj;
[all …]
/titanic_41/usr/src/uts/i86pc/os/
H A Dmachdep.c741 if (hrestime_adj != 0) { in pc_gethrestime()
742 if (hrestime_adj > 0) { in pc_gethrestime()
744 if (adj > hrestime_adj) in pc_gethrestime()
745 adj = (int)hrestime_adj; in pc_gethrestime()
748 if (adj < hrestime_adj) in pc_gethrestime()
749 adj = (int)hrestime_adj; in pc_gethrestime()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3726 / if (hrestime_adj == 0)
3728 / else if (hrestime_adj > 0) {
3729 / if (hrestime_adj < HRES_ADJ)
3730 / adj = hrestime_adj;
3735 / if (hrestime_adj < -(HRES_ADJ))
3738 / adj = hrestime_adj;
3742 / hrestime_adj = timedelta;
3752 movl hrestime_adj, %esi / if (hrestime_adj == 0)
3753 movl hrestime_adj+4, %edx
3766 andl %eax, %eax / if (hrestime_adj > 0)
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dcomm_page.h85 extern int64_t hrestime_adj;
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c77 int64_t hrestime_adj; variable
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c1506 if (hrestime_adj == 0) in __adj_hrestime()
1508 else if (hrestime_adj > 0) { in __adj_hrestime()
1509 if (hrestime_adj < max_hres_adj) in __adj_hrestime()
1510 adj = hrestime_adj; in __adj_hrestime()
1514 if (hrestime_adj < -max_hres_adj) in __adj_hrestime()
1517 adj = hrestime_adj; in __adj_hrestime()
1521 hrestime_adj = timedelta; in __adj_hrestime()
/titanic_41/usr/src/uts/sun4/cpu/
H A Dcpu_module.c37 int64_t hrestime_adj; variable
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachclock.h127 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
/titanic_41/usr/src/uts/common/os/
H A Ddtrace_subr.c111 tmp.dthr_adj = hrestime_adj; in dtrace_hres_tick()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachclock.h241 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h339 extern int64_t hrestime_adj;