Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/include/
Dcpufunc.h146 uint32_t *tbup = (uint32_t *)&tb; in mftb() local
147 uint32_t *tblp = tbup + 1; in mftb()
150 *tbup = mfspr(TBR_TBU); in mftb()
152 } while (*tbup != mfspr(TBR_TBU)); in mftb()