Searched refs:native_stick_offset (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 57 sethi %hi(native_stick_offset), scr1; \ 58 ldx [scr1 + %lo(native_stick_offset)], scr2; \ 60 ldx [scr1 + %lo(native_stick_offset)], scr1; \ 84 sethi %hi(native_stick_offset), scr1; \ 85 ldx [scr1 + %lo(native_stick_offset)], scr1; \ 157 sethi %hi(native_stick_offset), scr1; \ 158 ldx [scr1 + %lo(native_stick_offset)], scr1; \ 169 sethi %hi(native_stick_offset), scr1; \ 170 ldx [scr1 + %lo(native_stick_offset)], scr2; \ 172 ldx [scr1 + %lo(native_stick_offset)], scr1; \ [all …]
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | suspend.c | 89 extern uint64_t native_stick_offset; 293 native_stick_offset = 0; in set_tick_offsets() 307 native_stick_offset = (source_stick - target_stick) + in set_tick_offsets()
|
/titanic_41/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 46 uint64_t native_stick_offset; variable
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 721 .global nsec_shift, adj_shift, native_tick_offset, native_stick_offset 749 native_stick_offset: label
|