Searched refs:hrestime_adj (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | comm_page.s | 32 int64_t hrestime_adj; 72 DGDEF2(hrestime_adj, 8)
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 555 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 D | common_asm.s | 709 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 D | machdep.c | 741 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 D | i86_subr.s | 3726 / 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 D | comm_page.h | 85 extern int64_t hrestime_adj;
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_timestamp.c | 77 int64_t hrestime_adj; variable
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1506 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 D | cpu_module.c | 37 int64_t hrestime_adj; variable
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 127 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
|
/titanic_41/usr/src/uts/common/os/ |
H A D | dtrace_subr.c | 111 tmp.dthr_adj = hrestime_adj; in dtrace_hres_tick()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 241 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | time.h | 339 extern int64_t hrestime_adj;
|