Searched refs:hrestime_adj (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | comm_page.S | 32 int64_t hrestime_adj; 72 DGDEF2(hrestime_adj, 8)
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.S | 401 ldx [%l4 + %lo(hrestime_adj)], %l0 ! %l0 = hrestime_adj 403 ! hrestime_adj == 0 ? 406 tst %l0 ! is hrestime_adj >= 0 ? 410 addcc %l0, %l5, %g0 ! hrestime_adj < -adj ? 414 mov %l0, %l5 ! no, so set adj = hrestime_adj 416 subcc %l0, %l5, %g0 ! hrestime_adj < adj ? 417 bl,a,pt %xcc, 2f ! yes, set adj = hrestime_adj 418 mov %l0, %l5 ! delay: adj = hrestime_adj 424 stx %l0, [%l4 + %lo(hrestime_adj)] ! hrestime_adj = timedelta 586 .global timedelta, hres_last_tick, hrestime, hrestime_adj [all …]
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.S | 562 ldx [%l4 + %lo(hrestime_adj)], %l0 ! %l0 = hrestime_adj 564 ! hrestime_adj == 0 ? 567 tst %l0 ! is hrestime_adj >= 0 ? 571 addcc %l0, %l5, %g0 ! hrestime_adj < -adj ? 575 mov %l0, %l5 ! no, so set adj = hrestime_adj 577 subcc %l0, %l5, %g0 ! hrestime_adj < adj ? 578 bl,a,pt %xcc, 2f ! yes, set adj = hrestime_adj 579 mov %l0, %l5 ! delay: adj = hrestime_adj 585 stx %l0, [%l4 + %lo(hrestime_adj)] ! hrestime_adj = timedelta 747 .global timedelta, hres_last_tick, hrestime, hrestime_adj [all …]
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 752 if (hrestime_adj != 0) { in pc_gethrestime() 753 if (hrestime_adj > 0) { in pc_gethrestime() 755 if (adj > hrestime_adj) in pc_gethrestime() 756 adj = (int)hrestime_adj; in pc_gethrestime() 759 if (adj < hrestime_adj) in pc_gethrestime() 760 adj = (int)hrestime_adj; in pc_gethrestime()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | archdep.c | 1109 if (hrestime_adj == 0) in __adj_hrestime() 1111 else if (hrestime_adj > 0) { in __adj_hrestime() 1112 if (hrestime_adj < max_hres_adj) in __adj_hrestime() 1113 adj = hrestime_adj; in __adj_hrestime() 1117 if (hrestime_adj < -max_hres_adj) in __adj_hrestime() 1120 adj = hrestime_adj; in __adj_hrestime() 1124 hrestime_adj = timedelta; in __adj_hrestime()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | comm_page.h | 85 extern int64_t hrestime_adj;
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_timestamp.c | 77 int64_t hrestime_adj; variable
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dtrace_subr.c | 111 tmp.dthr_adj = hrestime_adj; in dtrace_hres_tick()
|
/illumos-gate/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 37 int64_t hrestime_adj; variable
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 127 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 241 ldx [scr + %lo(hrestime_adj)], adj; /* load hrestime_adj */ \
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 351 extern int64_t hrestime_adj;
|