Searched refs:native_tick_offset (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 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; \ 161 sethi %hi(native_tick_offset), scr1; \ 162 ldx [scr1 + %lo(native_tick_offset)], scr1; \
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | suspend.c | 88 extern uint64_t native_tick_offset; 292 native_tick_offset = 0; in set_tick_offsets() 305 native_tick_offset = (source_tick - target_tick) + in set_tick_offsets()
|
/titanic_44/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 45 uint64_t native_tick_offset; variable
|
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 721 .global nsec_shift, adj_shift, native_tick_offset, native_stick_offset 746 native_tick_offset: label
|