Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
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
Dbarrier.h55 unsigned long start = get_cycles_low(); in mb_incoherent()
59 } while ((get_cycles_low() - start) < WRITE_TIMEOUT_CYCLES); in mb_incoherent()
/linux-4.4.14/arch/tile/lib/
Dspinlock_common.h60 loops += __insn_crc32_32(stack_pointer, get_cycles_low()) & in delay_backoff()