Searched refs:word_cycles (Results 1 – 1 of 1) sorted by relevance
581 u64 word_cycles; in check_unaligned_access() local 605 word_cycles = -1ULL; in check_unaligned_access() 625 if ((end_cycles - start_cycles) < word_cycles) in check_unaligned_access() 626 word_cycles = end_cycles - start_cycles; in check_unaligned_access() 648 if (!word_cycles || !byte_cycles) { in check_unaligned_access() 655 if (word_cycles < byte_cycles) in check_unaligned_access() 658 ratio = div_u64((byte_cycles * 100), word_cycles); in check_unaligned_access()