Searched defs:stick (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodopl.c93 * time+diff, stick
120 int64_t stick; local
130 TODOPL_DEBUG((CE_NOTE, "todopl: OBP time 0x%lx stick 0x%lx\n",
135 * adjust OBP time by stick counts
137 stick_timestamp(&stick);
138 obp_time += ((stick - obp_stick) / system_clock_freq);
141 "todopl: cpu stick 0x%lx sys_time 0x%lx\n",
142 stick, obp_time));
247 int64_t stick; local
253 * adjust OBP time by stick count
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Derror.h128 uint64_t stick; /* Value of the %STICK register */ member in struct:__anon10334
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c1142 * Simulate a "rd %tick" or "rd %stick" (%asr24) instruction.
1158 * a %stick read (rs1 == 0x18) instruction.
1170 uint64_t stick; local
1172 stick = gethrtime_unscaled();
1173 if (putreg(&stick, rp, rd, &badaddr) == 0)
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.h122 #define EPKT_STICK "stick"
135 uint64_t stick; member in struct:root_complex
182 uint64_t stick; member in struct:pec_block_err
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h281 uint64_t stick; member in struct:opl_errlog

Completed in 49 milliseconds