Searched refs:byte_cycles (Results 1 – 1 of 1) sorted by relevance
79 u64 byte_cycles; in compare_unaligned_access() local91 byte_cycles = measure_cycles(byte_copy, dst, src, MISALIGNED_COPY_SIZE); in compare_unaligned_access()94 if (!word_cycles || !byte_cycles) { in compare_unaligned_access()101 fast = word_cycles < byte_cycles; in compare_unaligned_access()103 ratio = div_u64((byte_cycles * 100), word_cycles); in compare_unaligned_access()