Searched refs:tbu1 (Results 1 – 3 of 3) sorted by relevance
87 int64_t tbl, tbu0, tbu1; in Now()90 asm("mftbu %0" : "=r"(tbu1)); in Now()91 tbl &= -static_cast<int64_t>(tbu0 == tbu1); in Now()93 return (tbu1 << 32) | tbl; in Now()
851 unsigned long tbu1, tbu2; in get_tbms() local859 asm volatile ("mftbu %0":"=r" (tbu1):); in get_tbms()862 } while (tbu1 != tbu2); in get_tbms()865 tmp = (unsigned long long)(tbu1); in get_tbms()