Searched refs:get_cycles_low (Results 1 – 3 of 3) sorted by relevance
32 #define get_cycles_low() __insn_mfspr(SPR_CYCLE_LOW) macro38 #define get_cycles_low() __insn_mfspr(SPR_CYCLE) /* just get all 64 bits */ macro
55 unsigned long start = get_cycles_low(); in mb_incoherent()59 } while ((get_cycles_low() - start) < WRITE_TIMEOUT_CYCLES); in mb_incoherent()
60 loops += __insn_crc32_32(stack_pointer, get_cycles_low()) & in delay_backoff()