Searched refs:native_tick_offset (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachclock.h53 * which does not check for native_tick_offset changing.
105 sethi %hi(native_tick_offset), scr1; \
106 ldx [scr1 + %lo(native_tick_offset)], scr2; \
108 ldx [scr1 + %lo(native_tick_offset)], scr1; \
117 sethi %hi(native_tick_offset), scr1; \
118 ldx [scr1 + %lo(native_tick_offset)], scr1; \
132 * Read the %tick register without taking the native_tick_offset
161 sethi %hi(native_tick_offset), scr1; \
162 ldx [scr1 + %lo(native_tick_offset)], scr1; \
/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c88 extern uint64_t native_tick_offset;
141 * native_stick_offset and native_tick_offset, we measure the change in these
278 * native_stick_offset, native_tick_offset, and target_hrtime.
292 native_tick_offset = 0;
305 native_tick_offset = (source_tick - target_tick) +
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c45 uint64_t native_tick_offset; variable
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s760 .global nsec_shift, adj_shift, native_tick_offset, native_stick_offset
785 native_tick_offset: label

Completed in 59 milliseconds