Home | History | Annotate | Download | only in altboot

Lines Matching refs:tb

1025 	uint64_t tb = mftb();
1027 return (tb / ticks_per_sec);
1036 uint64_t tb;
1039 tb = mftb();
1040 tb += ((uint64_t)n * 1000 + ns_per_tick - 1) / ns_per_tick;
1041 tbh = tb >> 32;
1042 tbl = tb;
1141 uint64_t tb;
1144 : "=r"(tb), "=r"(scratch) :: "cc");
1145 return tb;