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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s595 sethi %hi(hres_lock), %o1
597 lduw [%o1 + %lo(hres_lock)], %o2 ! Load lock value
604 lduw [%o1 + %lo(hres_lock)], %o3 ! Reload lock value
675 ldstub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5 ! try locking
679 ldub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
682 ldstub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
684 ldub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
754 ld [%l4 + %lo(hres_lock)], %i1
756 st %i1, [%l4 + %lo(hres_lock)] ! clear hres_lock
926 hres_lock: label
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s441 sethi %hi(hres_lock), %o1
443 lduw [%o1 + %lo(hres_lock)], %o2 ! Load lock value
450 lduw [%o1 + %lo(hres_lock)], %o3 ! Reload lock value
521 ldstub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5 ! try locking
525 ldub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
528 ldstub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
530 ldub [%l4 + %lo(hres_lock + HRES_LOCK_OFFSET)], %l5
600 ld [%l4 + %lo(hres_lock)], %i1
602 st %i1, [%l4 + %lo(hres_lock)] ! clear hres_lock
772 hres_lock: label
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c38 volatile int hres_lock; variable

Completed in 1895 milliseconds