HomeSort by: relevance | last modified time | path
    Searched defs:rtcl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/include/
cpu.h 320 uint32_t rtcl; local in function:mfrtcl
322 __asm volatile ("mfrtcl %0" : "=r"(rtcl));
323 return rtcl;
333 " mfrtcl %[rtcl]" "\n"
337 : [rtcu] "=r"(rtcp[0]), [rtcl] "=r"(rtcp[1]), [tmp] "=r"(tmp)
348 * RTCL is nano-seconds, 23 bit counter from 0 - 999,999,872 (999,999,999 - 128 ns)

Completed in 11 milliseconds