Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dclock.c63 static volatile u_long lasttb, lasttb2; variable
133 xticks = tbtick - lasttb2; /* Number of TLB cycles since last exception */ in decr_intr()
136 lasttb2 = tbtick - xticks; in decr_intr()
158 lasttb = lasttb2; in decr_intr()
186 lasttb2 = lasttb = mftbl(); in cpu_initclocks()