Home
last modified time | relevance | path

Searched refs:tbup (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dcpufunc.h143 uint32_t *tbup = (uint32_t *)&tb; in mftb() local
144 uint32_t *tblp = tbup + 1; in mftb()
147 *tbup = mfspr(TBR_TBU); in mftb()
149 } while (*tbup != mfspr(TBR_TBU)); in mftb()