Searched defs:hrestime_adj (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s549 brlz,pn adj, 2f; /* if hrestime_adj negative */ \
551 subcc adj, nslt, %g0; /* hrestime_adj - nslt/16 */ \
555 2: addcc adj, nslt, %g0; /* hrestime_adj + nslt/16 */ \
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 < ad
924 hrestime_adj: label
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s395 brlz,pn adj, 2f; /* if hrestime_adj negative */ \
397 subcc adj, nslt, %g0; /* hrestime_adj - nslt/16 */ \
401 2: addcc adj, nslt, %g0; /* hrestime_adj + nslt/16 */ \
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 < ad
770 hrestime_adj: label
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c37 int64_t hrestime_adj; variable

Completed in 63 milliseconds