Searched refs:xltr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c93 LowTraceRecord xltr; local
127 ReadReal((addr64_t)xxltr, (unsigned int *)&xltr); /* Get the first half */
128 ReadReal((addr64_t)xxltr + 32, &(((unsigned int *)&xltr)[8])); /* Get the second half */
129 ReadReal((addr64_t)xxltr + 64, &(((unsigned int *)&xltr)[16])); /* Get the second half */
130 ReadReal((addr64_t)xxltr + 96, &(((unsigned int *)&xltr)[24])); /* Get the second half */
134 (xltr.LTR_cpu & 0xFF), xltr.LTR_timeHi, xltr.LTR_timeLo,
135 (xltr.LTR_excpt & 0x8000 ? 0xFFFF : xltr
[all...]

Completed in 7 milliseconds