Home
last modified time | relevance | path

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

/arch/tile/kernel/vdso/
Dvgettimeofday.c26 unsigned int high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles_inline() local
28 while (unlikely(high != high2)) { in get_cycles_inline()
30 high = high2; in get_cycles_inline()
31 high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles_inline()
/arch/tile/kernel/
Dtime.c52 unsigned int high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles() local
54 while (unlikely(high != high2)) { in get_cycles()
56 high = high2; in get_cycles()
57 high2 = __insn_mfspr(SPR_CYCLE_HIGH); in get_cycles()