HomeSort by: relevance | last modified time | path
    Searched refs:STICK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/include/
psl.h 275 #define STICK %asr24 /* STICK register */
276 #define STICK_CMPR %asr25 /* STICK Compare register */
392 SPARC64_RDASR64_DEF(stick, STICK) /* getstick() */
393 SPARC64_WRASR64_DEF(stick, STICK) /* setstick() */
  /src/sys/arch/sparc64/sparc64/
locore.s 1944 * If the store that trapped was to a user address, stick it in the PCB.
4537 * If this is a %tick or %stick softint, clear it then call
7671 * cycles in the future. Also handles %stick wraparound. In 32-bit
7676 rd STICK, %o1
7682 cmp %o1, %o2 ! Did we wrap? (stick < stick_cmpr)
7687 * Handle the unlikely case of %stick wrapping.
7691 * We need to increment the time base by the size of %stick in
7693 * which can take time. So we re-read %stick.
7705 cmp %o2, %o1 ! Has this stick passed?
7713 * When we get here tick_cmpr has wrapped, but we don't know if %stick
    [all...]

Completed in 20 milliseconds