Home
last modified time | relevance | path

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

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