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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c91 natural_t tbu, tbu2, tbl; local
120 asm volatile(" mftbu %0" : "=r" (tbu2));
121 } while (tbu != tbu2);
H A Dcpu.c762 unsigned int tbu, tbu2, tbl; local
773 asm volatile(" mftbu %0" : "=r" (tbu2));
774 } while (tbu != tbu2);

Completed in 82 milliseconds