Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kernel/
Dcpufeature.c563 u64 byte_cycles; in check_unaligned_access() local
606 byte_cycles = -1ULL; in check_unaligned_access()
618 if ((end_cycles - start_cycles) < byte_cycles) in check_unaligned_access()
619 byte_cycles = end_cycles - start_cycles; in check_unaligned_access()
625 if (!word_cycles || !byte_cycles) { in check_unaligned_access()
632 if (word_cycles < byte_cycles) in check_unaligned_access()
635 ratio = div_u64((byte_cycles * 100), word_cycles); in check_unaligned_access()