Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dtimebase.h48 unsigned int tbhi, tblo, tbhi2; in get_tb() local
60 tbhi2 = mftbu(); in get_tb()
61 } while (tbhi != tbhi2); in get_tb()