Searched refs:get_cycles_low (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/tile/include/asm/
H A Dtimex.h32 #define get_cycles_low() __insn_mfspr(SPR_CYCLE_LOW) macro
38 #define get_cycles_low() __insn_mfspr(SPR_CYCLE) /* just get all 64 bits */ macro
H A Dbarrier.h55 unsigned long start = get_cycles_low(); mb_incoherent()
59 } while ((get_cycles_low() - start) < WRITE_TIMEOUT_CYCLES); mb_incoherent()
/linux-4.1.27/arch/tile/lib/
H A Dspinlock_common.h60 loops += __insn_crc32_32(stack_pointer, get_cycles_low()) & delay_backoff()

Completed in 74 milliseconds